Html Css Color HEX #CBC527 Barberry

📋 copy color: '#CBC527'

red 203 ◦ green 197 ◦ blue 39

#CBC527
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Barberry #CBC527

Tints of Barberry #CBC527

RGB

 RED value IS 203 (79.69% from 255) = 46.24%

 GREEN value IS 197 (77.34% from 255) = 44.87%

 BLUE value IS 39 (15.63% from 255) = 8.88%

R = 46.24%
G = 44.87%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CBC527 (or 0xCBC527) is known color: Barberry. HEX triplet: CB, C5 and 27. RGB value is (203,197,39). Sum of RGB (Red+Green+Blue) = 203+197+39=439 (58% of max value = 765). Red value is 203 (79.69% from 255 or 46.24% from 439); Green value is 197 (77.34% from 255 or 44.87% from 439); Blue value is 39 (15.62% from 255 or 8.88% from 439); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC527 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CBC527 is #343AD8. Grayscale: #B5B5B5. Windows color (decimal): -3422937 or 2606539. OLE color: 2606539.

HSL color Cylindrical-coordinate representation of color #CBC527: hue angle of 57.8º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CBC527 is Cyan = 0, Magento = 0.03, Yellow = 0.81 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 197 39 -
CMYK 0 0.03 0.81 0.20
HSL 57.8º 0.68% 0.47% -
HSV(B) 57.8º 0.81% 0.8% -
XYZ 44.96 52.78 9.74 -
YUV 180.78 47.99 143.85 -
System Red Green Blue C M Y K H S L
Decimal 203 197 39 0 0.03 0.81 0.20 57.8 0.68 0.47
Hex CB C5 27 0 3 51 14 3A 44 2F
Octal 313 305 47 0 3 121 24 72 104 57
Binary 11001011 11000101 100111 0 11 1010001 10100 111010 1000100 101111

Color Harmonies of #CBC527

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC527

Black with #CBC527

Text Example


Text Example

White with #CBC527

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC527; }

 p { color: rgb(203,197,39); }

 H1.HeaderClassName
 {
   color: #CBC527;
 }
 .AnyTagClassName
 {
   color: #CBC527;
 }
</style>

background-color css

<style>
 a { background-color: #CBC527; }

 a { background-color: rgb(203,197,39); }

 div.DivClassName
 {
   background-color: #CBC527;
 }
 .BgClassName
 {
   background-color: #CBC527;
 }
</style>

border-color css

<style>
 span { border-color: #CBC527; }

 span { border-color: rgb(203,197,39); }

 td.TdClassName
 {
   border-color: #CBC527;
 }
 .TagClassName
 {
   border-color: #CBC527;
 }
</style>