Html Css Color HEX #C3B886 Yuma

📋 copy color: '#C3B886'

red 195 ◦ green 184 ◦ blue 134

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

Shades of Yuma #C3B886

Tints of Yuma #C3B886

RGB

 RED value IS 195 (76.56% from 255) = 38.01%

 GREEN value IS 184 (72.27% from 255) = 35.87%

 BLUE value IS 134 (52.73% from 255) = 26.12%

R = 38.01%
G = 35.87%
B = 26.12%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.31

 K value IS 0.24

RGB Variations

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

Color information

#C3B886 (or 0xC3B886) is known color: Yuma. HEX triplet: C3, B8 and 86. RGB value is (195,184,134). Sum of RGB (Red+Green+Blue) = 195+184+134=513 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.01% from 513); Green value is 184 (72.27% from 255 or 35.87% from 513); Blue value is 134 (52.73% from 255 or 26.12% from 513); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B886 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B886 is #3C4779. Grayscale: #B5B5B5. Windows color (decimal): -3950458 or 8829123. OLE color: 8829123.

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

Color convert

RGB 195 184 134 -
CMYK 0 0.06 0.31 0.24
HSL 49.18º 0.34% 0.65% -
HSV(B) 49.18º 0.31% 0.76% -
XYZ 43.95 47.6 29.43 -
YUV 181.59 101.14 137.57 -
System Red Green Blue C M Y K H S L
Decimal 195 184 134 0 0.06 0.31 0.24 49.18 0.34 0.65
Hex C3 B8 86 0 6 1F 18 31 22 41
Octal 303 270 206 0 6 37 30 61 42 101
Binary 11000011 10111000 10000110 0 110 11111 11000 110001 100010 1000001

Color Harmonies of #C3B886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B886

Black with #C3B886

Text Example


Text Example

White with #C3B886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B886; }

 p { color: rgb(195,184,134); }

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

background-color css

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

 a { background-color: rgb(195,184,134); }

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

border-color css

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

 span { border-color: rgb(195,184,134); }

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