Html Css Color HEX #C8B005 Bird Flower

📋 copy color: '#C8B005'

red 200 ◦ green 176 ◦ blue 5

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

Shades of Bird Flower #C8B005

Tints of Bird Flower #C8B005

RGB

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

 GREEN value IS 176 (69.14% from 255) = 46.19%

 BLUE value IS 5 (2.34% from 255) = 1.31%

R = 52.49%
G = 46.19%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C8B005 (or 0xC8B005) is known color: Bird Flower. HEX triplet: C8, B0 and 05. RGB value is (200,176,5). Sum of RGB (Red+Green+Blue) = 200+176+5=381 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.49% from 381); Green value is 176 (69.14% from 255 or 46.19% from 381); Blue value is 5 (2.34% from 255 or 1.31% from 381); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B005 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B005 is #374FFA. Grayscale: #A4A4A4. Windows color (decimal): -3624955 or 372936. OLE color: 372936.

HSL color Cylindrical-coordinate representation of color #C8B005: hue angle of 52.62º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #C8B005 is Cyan = 0, Magento = 0.12, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 176 5 -
CMYK 0 0.12 0.98 0.22
HSL 52.62º 0.95% 0.4% -
HSV(B) 52.62º 0.98% 0.78% -
XYZ 39.37 43.34 6.43 -
YUV 163.68 38.45 153.9 -
System Red Green Blue C M Y K H S L
Decimal 200 176 5 0 0.12 0.98 0.22 52.62 0.95 0.4
Hex C8 B0 5 0 C 62 16 35 5F 28
Octal 310 260 5 0 14 142 26 65 137 50
Binary 11001000 10110000 101 0 1100 1100010 10110 110101 1011111 101000

Color Harmonies of #C8B005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B005

Black with #C8B005

Text Example


Text Example

White with #C8B005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B005; }

 p { color: rgb(200,176,5); }

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

background-color css

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

 a { background-color: rgb(200,176,5); }

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

border-color css

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

 span { border-color: rgb(200,176,5); }

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