Html Css Color HEX #C8B206 Bird Flower

📋 copy color: '#C8B206'

red 200 ◦ green 178 ◦ blue 6

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

Shades of Bird Flower #C8B206

Tints of Bird Flower #C8B206

RGB

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

 GREEN value IS 178 (69.92% from 255) = 46.35%

 BLUE value IS 6 (2.73% from 255) = 1.56%

R = 52.08%
G = 46.35%
B = 1.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C8B206 (or 0xC8B206) is known color: Bird Flower. HEX triplet: C8, B2 and 06. RGB value is (200,178,6). Sum of RGB (Red+Green+Blue) = 200+178+6=384 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.08% from 384); Green value is 178 (69.92% from 255 or 46.35% from 384); Blue value is 6 (2.73% from 255 or 1.56% from 384); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B206 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B206 is #374DF9. Grayscale: #A5A5A5. Windows color (decimal): -3624442 or 438984. OLE color: 438984.

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

Color convert

RGB 200 178 6 -
CMYK 0 0.11 0.97 0.22
HSL 53.2º 0.94% 0.4% -
HSV(B) 53.2º 0.97% 0.78% -
XYZ 39.77 44.13 6.59 -
YUV 164.97 38.29 152.99 -
System Red Green Blue C M Y K H S L
Decimal 200 178 6 0 0.11 0.97 0.22 53.2 0.94 0.4
Hex C8 B2 6 0 B 61 16 35 5E 28
Octal 310 262 6 0 13 141 26 65 136 50
Binary 11001000 10110010 110 0 1011 1100001 10110 110101 1011110 101000

Color Harmonies of #C8B206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B206

Black with #C8B206

Text Example


Text Example

White with #C8B206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B206; }

 p { color: rgb(200,178,6); }

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

background-color css

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

 a { background-color: rgb(200,178,6); }

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

border-color css

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

 span { border-color: rgb(200,178,6); }

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