Html Css Color HEX #C8B674 Yuma

📋 copy color: '#C8B674'

red 200 ◦ green 182 ◦ blue 116

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

Shades of Yuma #C8B674

Tints of Yuma #C8B674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.29%

R = 40.16%
G = 36.55%
B = 23.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.42

 K value IS 0.22

RGB Variations

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

Color information

#C8B674 (or 0xC8B674) is known color: Yuma. HEX triplet: C8, B6 and 74. RGB value is (200,182,116). Sum of RGB (Red+Green+Blue) = 200+182+116=498 (65% of max value = 765). Red value is 200 (78.52% from 255 or 40.16% from 498); Green value is 182 (71.48% from 255 or 36.55% from 498); Blue value is 116 (45.70% from 255 or 23.29% from 498); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B674 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8B674 is #37498B. Grayscale: #B4B4B4. Windows color (decimal): -3623308 or 7648968. OLE color: 7648968.

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

Color convert

RGB 200 182 116 -
CMYK 0 0.09 0.42 0.22
HSL 47.14º 0.43% 0.62% -
HSV(B) 47.14º 0.42% 0.78% -
XYZ 43.7 47 23.29 -
YUV 179.86 91.96 142.37 -
System Red Green Blue C M Y K H S L
Decimal 200 182 116 0 0.09 0.42 0.22 47.14 0.43 0.62
Hex C8 B6 74 0 9 2A 16 2F 2B 3E
Octal 310 266 164 0 11 52 26 57 53 76
Binary 11001000 10110110 1110100 0 1001 101010 10110 101111 101011 111110

Color Harmonies of #C8B674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8B674

Black with #C8B674

Text Example


Text Example

White with #C8B674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8B674; }

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

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

background-color css

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

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

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

border-color css

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

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

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