Html Css Color HEX #C8BE78 Yuma

📋 copy color: '#C8BE78'

red 200 ◦ green 190 ◦ blue 120

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

Shades of Yuma #C8BE78

Tints of Yuma #C8BE78

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.25%

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

R = 39.22%
G = 37.25%
B = 23.53%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C8BE78 (or 0xC8BE78) is known color: Yuma. HEX triplet: C8, BE and 78. RGB value is (200,190,120). Sum of RGB (Red+Green+Blue) = 200+190+120=510 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.22% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 120 (47.27% from 255 or 23.53% from 510); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BE78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BE78 is #374187. Grayscale: #B9B9B9. Windows color (decimal): -3621256 or 7913160. OLE color: 7913160.

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

Color convert

RGB 200 190 120 -
CMYK 0 0.05 0.4 0.22
HSL 52.5º 0.42% 0.63% -
HSV(B) 52.5º 0.4% 0.78% -
XYZ 45.62 50.46 25.1 -
YUV 185.01 91.31 138.69 -
System Red Green Blue C M Y K H S L
Decimal 200 190 120 0 0.05 0.4 0.22 52.5 0.42 0.63
Hex C8 BE 78 0 5 28 16 34 2A 3F
Octal 310 276 170 0 5 50 26 64 52 77
Binary 11001000 10111110 1111000 0 101 101000 10110 110100 101010 111111

Color Harmonies of #C8BE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BE78

Black with #C8BE78

Text Example


Text Example

White with #C8BE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BE78; }

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

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

background-color css

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

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

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

border-color css

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

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

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