Html Css Color HEX #C8BA78 Yuma

📋 copy color: '#C8BA78'

red 200 ◦ green 186 ◦ blue 120

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

Shades of Yuma #C8BA78

Tints of Yuma #C8BA78

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.76%

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

R = 39.53%
G = 36.76%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.4

 K value IS 0.22

RGB Variations

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

Color information

#C8BA78 (or 0xC8BA78) is known color: Yuma. HEX triplet: C8, BA and 78. RGB value is (200,186,120). Sum of RGB (Red+Green+Blue) = 200+186+120=506 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.53% from 506); Green value is 186 (73.05% from 255 or 36.76% from 506); Blue value is 120 (47.27% from 255 or 23.72% from 506); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BA78 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BA78 is #374587. Grayscale: #B6B6B6. Windows color (decimal): -3622280 or 7912136. OLE color: 7912136.

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

Color convert

RGB 200 186 120 -
CMYK 0 0.07 0.4 0.22
HSL 49.5º 0.42% 0.63% -
HSV(B) 49.5º 0.4% 0.78% -
XYZ 44.77 48.75 24.82 -
YUV 182.66 92.64 140.37 -
System Red Green Blue C M Y K H S L
Decimal 200 186 120 0 0.07 0.4 0.22 49.5 0.42 0.63
Hex C8 BA 78 0 7 28 16 32 2A 3F
Octal 310 272 170 0 7 50 26 62 52 77
Binary 11001000 10111010 1111000 0 111 101000 10110 110010 101010 111111

Color Harmonies of #C8BA78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BA78

Black with #C8BA78

Text Example


Text Example

White with #C8BA78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BA78; }

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

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

background-color css

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

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

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

border-color css

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

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

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