Html Css Color HEX #C8B205 Bird Flower

📋 copy color: '#C8B205'

red 200 ◦ green 178 ◦ blue 5

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

Shades of Bird Flower #C8B205

Tints of Bird Flower #C8B205

RGB

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

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

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

R = 52.22%
G = 46.48%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C8B205 (or 0xC8B205) is known color: Bird Flower. HEX triplet: C8, B2 and 05. RGB value is (200,178,5). Sum of RGB (Red+Green+Blue) = 200+178+5=383 (50% of max value = 765). Red value is 200 (78.52% from 255 or 52.22% from 383); Green value is 178 (69.92% from 255 or 46.48% from 383); Blue value is 5 (2.34% from 255 or 1.31% from 383); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B205 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8B205 is #374DFA. Grayscale: #A5A5A5. Windows color (decimal): -3624443 or 373448. OLE color: 373448.

HSL color Cylindrical-coordinate representation of color #C8B205: hue angle of 53.23º 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 #C8B205 is Cyan = 0, Magento = 0.11, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 178 5 -
CMYK 0 0.11 0.98 0.22
HSL 53.23º 0.95% 0.4% -
HSV(B) 53.23º 0.98% 0.78% -
XYZ 39.77 44.13 6.57 -
YUV 164.86 37.79 153.07 -
System Red Green Blue C M Y K H S L
Decimal 200 178 5 0 0.11 0.98 0.22 53.23 0.95 0.4
Hex C8 B2 5 0 B 62 16 35 5F 28
Octal 310 262 5 0 13 142 26 65 137 50
Binary 11001000 10110010 101 0 1011 1100010 10110 110101 1011111 101000

Color Harmonies of #C8B205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B205

Black with #C8B205

Text Example


Text Example

White with #C8B205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B205; }

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

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

background-color css

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

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

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

border-color css

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

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

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