Html Css Color HEX #C4B68E Yuma

📋 copy color: '#C4B68E'

red 196 ◦ green 182 ◦ blue 142

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

Shades of Yuma #C4B68E

Tints of Yuma #C4B68E

RGB

 RED value IS 196 (76.95% from 255) = 37.69%

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

 BLUE value IS 142 (55.86% from 255) = 27.31%

R = 37.69%
G = 35%
B = 27.31%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.28

 K value IS 0.23

RGB Variations

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

Color information

#C4B68E (or 0xC4B68E) is known color: Yuma. HEX triplet: C4, B6 and 8E. RGB value is (196,182,142). Sum of RGB (Red+Green+Blue) = 196+182+142=520 (68% of max value = 765). Red value is 196 (76.95% from 255 or 37.69% from 520); Green value is 182 (71.48% from 255 or 35% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B68E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B68E is #3B4971. Grayscale: #B5B5B5. Windows color (decimal): -3885426 or 9352900. OLE color: 9352900.

HSL color Cylindrical-coordinate representation of color #C4B68E: hue angle of 44.44º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C4B68E is Cyan = 0, Magento = 0.07, Yellow = 0.28 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 182 142 -
CMYK 0 0.07 0.28 0.23
HSL 44.44º 0.31% 0.66% -
HSV(B) 44.44º 0.28% 0.77% -
XYZ 44.38 47.14 32.35 -
YUV 181.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 196 182 142 0 0.07 0.28 0.23 44.44 0.31 0.66
Hex C4 B6 8E 0 7 1C 17 2C 1F 42
Octal 304 266 216 0 7 34 27 54 37 102
Binary 11000100 10110110 10001110 0 111 11100 10111 101100 11111 1000010

Color Harmonies of #C4B68E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B68E

Black with #C4B68E

Text Example


Text Example

White with #C4B68E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B68E; }

 p { color: rgb(196,182,142); }

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

background-color css

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

 a { background-color: rgb(196,182,142); }

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

border-color css

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

 span { border-color: rgb(196,182,142); }

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