Html Css Color HEX #C8B676 Yuma

📋 copy color: '#C8B676'

red 200 ◦ green 182 ◦ blue 118

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

Shades of Yuma #C8B676

Tints of Yuma #C8B676

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 40%
G = 36.4%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.41

 K value IS 0.22

RGB Variations

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

Color information

#C8B676 (or 0xC8B676) is known color: Yuma. HEX triplet: C8, B6 and 76. RGB value is (200,182,118). Sum of RGB (Red+Green+Blue) = 200+182+118=500 (66% of max value = 765). Red value is 200 (78.52% from 255 or 40% from 500); Green value is 182 (71.48% from 255 or 36.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B676 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B676 is #374989. Grayscale: #B4B4B4. Windows color (decimal): -3623306 or 7780040. OLE color: 7780040.

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

Color convert

RGB 200 182 118 -
CMYK 0 0.09 0.41 0.22
HSL 46.83º 0.43% 0.62% -
HSV(B) 46.83º 0.41% 0.78% -
XYZ 43.82 47.04 23.91 -
YUV 180.09 92.96 142.2 -
System Red Green Blue C M Y K H S L
Decimal 200 182 118 0 0.09 0.41 0.22 46.83 0.43 0.62
Hex C8 B6 76 0 9 29 16 2F 2B 3E
Octal 310 266 166 0 11 51 26 57 53 76
Binary 11001000 10110110 1110110 0 1001 101001 10110 101111 101011 111110

Color Harmonies of #C8B676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B676

Black with #C8B676

Text Example


Text Example

White with #C8B676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B676; }

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

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

background-color css

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

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

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

border-color css

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

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

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