Html Css Color HEX #C8B524 Bird Flower

📋 copy color: '#C8B524'

red 200 ◦ green 181 ◦ blue 36

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

Shades of Bird Flower #C8B524

Tints of Bird Flower #C8B524

RGB

 RED value IS 200 (78.52% from 255) = 47.96%

 GREEN value IS 181 (71.09% from 255) = 43.41%

 BLUE value IS 36 (14.45% from 255) = 8.63%

R = 47.96%
G = 43.41%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C8B524 (or 0xC8B524) is known color: Bird Flower. HEX triplet: C8, B5 and 24. RGB value is (200,181,36). Sum of RGB (Red+Green+Blue) = 200+181+36=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 181 (71.09% from 255 or 43.41% from 417); Blue value is 36 (14.45% from 255 or 8.63% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B524 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8B524 is #374ADB. Grayscale: #AAAAAA. Windows color (decimal): -3623644 or 2405832. OLE color: 2405832.

HSL color Cylindrical-coordinate representation of color #C8B524: hue angle of 53.05º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C8B524 is Cyan = 0, Magento = 0.09, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 181 36 -
CMYK 0 0.09 0.82 0.22
HSL 53.05º 0.69% 0.46% -
HSV(B) 53.05º 0.82% 0.78% -
XYZ 40.66 45.45 8.3 -
YUV 170.15 52.29 149.29 -
System Red Green Blue C M Y K H S L
Decimal 200 181 36 0 0.09 0.82 0.22 53.05 0.69 0.46
Hex C8 B5 24 0 9 52 16 35 45 2E
Octal 310 265 44 0 11 122 26 65 105 56
Binary 11001000 10110101 100100 0 1001 1010010 10110 110101 1000101 101110

Color Harmonies of #C8B524

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B524

Black with #C8B524

Text Example


Text Example

White with #C8B524

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B524; }

 p { color: rgb(200,181,36); }

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

background-color css

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

 a { background-color: rgb(200,181,36); }

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

border-color css

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

 span { border-color: rgb(200,181,36); }

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