Html Css Color HEX #C8BB78 Yuma

📋 copy color: '#C8BB78'

red 200 ◦ green 187 ◦ blue 120

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

Shades of Yuma #C8BB78

Tints of Yuma #C8BB78

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.88%

 BLUE value IS 120 (47.27% from 255) = 23.67%

R = 39.45%
G = 36.88%
B = 23.67%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C8BB78 (or 0xC8BB78) is known color: Yuma. HEX triplet: C8, BB and 78. RGB value is (200,187,120). Sum of RGB (Red+Green+Blue) = 200+187+120=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 187 (73.44% from 255 or 36.88% from 507); Blue value is 120 (47.27% from 255 or 23.67% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BB78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BB78 is #374487. Grayscale: #B7B7B7. Windows color (decimal): -3622024 or 7912392. OLE color: 7912392.

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

Color convert

RGB 200 187 120 -
CMYK 0 0.06 0.4 0.22
HSL 50.25º 0.42% 0.63% -
HSV(B) 50.25º 0.4% 0.78% -
XYZ 44.98 49.18 24.89 -
YUV 183.25 92.31 139.95 -
System Red Green Blue C M Y K H S L
Decimal 200 187 120 0 0.06 0.4 0.22 50.25 0.42 0.63
Hex C8 BB 78 0 6 28 16 32 2A 3F
Octal 310 273 170 0 6 50 26 62 52 77
Binary 11001000 10111011 1111000 0 110 101000 10110 110010 101010 111111

Color Harmonies of #C8BB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BB78

Black with #C8BB78

Text Example


Text Example

White with #C8BB78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BB78; }

 p { color: rgb(200,187,120); }

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

background-color css

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

 a { background-color: rgb(200,187,120); }

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

border-color css

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

 span { border-color: rgb(200,187,120); }

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