Html Css Color HEX #C4B688 Yuma

📋 copy color: '#C4B688'

red 196 ◦ green 182 ◦ blue 136

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

Shades of Yuma #C4B688

Tints of Yuma #C4B688

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 26.46%

R = 38.13%
G = 35.41%
B = 26.46%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.31

 K value IS 0.23

RGB Variations

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

Color information

#C4B688 (or 0xC4B688) is known color: Yuma. HEX triplet: C4, B6 and 88. RGB value is (196,182,136). Sum of RGB (Red+Green+Blue) = 196+182+136=514 (68% of max value = 765). Red value is 196 (76.95% from 255 or 38.13% from 514); Green value is 182 (71.48% from 255 or 35.41% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 196 - color contains mainly: red. Hex color #C4B688 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C4B688 is #3B4977. Grayscale: #B5B5B5. Windows color (decimal): -3885432 or 8959684. OLE color: 8959684.

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

Color convert

RGB 196 182 136 -
CMYK 0 0.07 0.31 0.23
HSL 46º 0.34% 0.65% -
HSV(B) 46º 0.31% 0.77% -
XYZ 43.94 46.97 30.04 -
YUV 180.94 102.64 138.74 -
System Red Green Blue C M Y K H S L
Decimal 196 182 136 0 0.07 0.31 0.23 46 0.34 0.65
Hex C4 B6 88 0 7 1F 17 2E 22 41
Octal 304 266 210 0 7 37 27 56 42 101
Binary 11000100 10110110 10001000 0 111 11111 10111 101110 100010 1000001

Color Harmonies of #C4B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4B688

Black with #C4B688

Text Example


Text Example

White with #C4B688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4B688; }

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

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

background-color css

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

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

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

border-color css

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

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

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