Html Css Color HEX #C8B619 Bird Flower

📋 copy color: '#C8B619'

red 200 ◦ green 182 ◦ blue 25

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

Shades of Bird Flower #C8B619

Tints of Bird Flower #C8B619

RGB

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

 GREEN value IS 182 (71.48% from 255) = 44.72%

 BLUE value IS 25 (10.16% from 255) = 6.14%

R = 49.14%
G = 44.72%
B = 6.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C8B619 (or 0xC8B619) is known color: Bird Flower. HEX triplet: C8, B6 and 19. RGB value is (200,182,25). Sum of RGB (Red+Green+Blue) = 200+182+25=407 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.14% from 407); Green value is 182 (71.48% from 255 or 44.72% from 407); Blue value is 25 (10.16% from 255 or 6.14% from 407); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B619 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B619 is #3749E6. Grayscale: #AAAAAA. Windows color (decimal): -3623399 or 1685192. OLE color: 1685192.

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

Color convert

RGB 200 182 25 -
CMYK 0 0.09 0.88 0.22
HSL 53.83º 0.78% 0.44% -
HSV(B) 53.83º 0.88% 0.78% -
XYZ 40.72 45.81 7.61 -
YUV 169.48 46.46 149.77 -
System Red Green Blue C M Y K H S L
Decimal 200 182 25 0 0.09 0.88 0.22 53.83 0.78 0.44
Hex C8 B6 19 0 9 58 16 36 4E 2C
Octal 310 266 31 0 11 130 26 66 116 54
Binary 11001000 10110110 11001 0 1001 1011000 10110 110110 1001110 101100

Color Harmonies of #C8B619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B619

Black with #C8B619

Text Example


Text Example

White with #C8B619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B619; }

 p { color: rgb(200,182,25); }

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

background-color css

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

 a { background-color: rgb(200,182,25); }

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

border-color css

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

 span { border-color: rgb(200,182,25); }

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