Html Css Color HEX #C8BC77 Yuma

📋 copy color: '#C8BC77'

red 200 ◦ green 188 ◦ blue 119

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

Shades of Yuma #C8BC77

Tints of Yuma #C8BC77

RGB

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

 GREEN value IS 188 (73.83% from 255) = 37.08%

 BLUE value IS 119 (46.88% from 255) = 23.47%

R = 39.45%
G = 37.08%
B = 23.47%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.40

 K value IS 0.22

RGB Variations

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

Color information

#C8BC77 (or 0xC8BC77) is known color: Yuma. HEX triplet: C8, BC and 77. RGB value is (200,188,119). Sum of RGB (Red+Green+Blue) = 200+188+119=507 (67% of max value = 765). Red value is 200 (78.52% from 255 or 39.45% from 507); Green value is 188 (73.83% from 255 or 37.08% from 507); Blue value is 119 (46.88% from 255 or 23.47% from 507); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BC77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8BC77 is #374388. Grayscale: #B8B8B8. Windows color (decimal): -3621769 or 7847112. OLE color: 7847112.

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

Color convert

RGB 200 188 119 -
CMYK 0 0.06 0.40 0.22
HSL 51.11º 0.42% 0.63% -
HSV(B) 51.11º 0.41% 0.78% -
XYZ 45.13 49.58 24.64 -
YUV 183.72 91.48 139.61 -
System Red Green Blue C M Y K H S L
Decimal 200 188 119 0 0.06 0.40 0.22 51.11 0.42 0.63
Hex C8 BC 77 0 6 28 16 33 2A 3F
Octal 310 274 167 0 6 50 26 63 52 77
Binary 11001000 10111100 1110111 0 110 101000 10110 110011 101010 111111

Color Harmonies of #C8BC77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8BC77

Black with #C8BC77

Text Example


Text Example

White with #C8BC77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8BC77; }

 p { color: rgb(200,188,119); }

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

background-color css

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

 a { background-color: rgb(200,188,119); }

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

border-color css

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

 span { border-color: rgb(200,188,119); }

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