Html Css Color HEX #C3B68A Yuma

📋 copy color: '#C3B68A'

red 195 ◦ green 182 ◦ blue 138

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

Shades of Yuma #C3B68A

Tints of Yuma #C3B68A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 26.8%

R = 37.86%
G = 35.34%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.24

RGB Variations

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

Color information

#C3B68A (or 0xC3B68A) is known color: Yuma. HEX triplet: C3, B6 and 8A. RGB value is (195,182,138). Sum of RGB (Red+Green+Blue) = 195+182+138=515 (68% of max value = 765). Red value is 195 (76.56% from 255 or 37.86% from 515); Green value is 182 (71.48% from 255 or 35.34% from 515); Blue value is 138 (54.30% from 255 or 26.80% from 515); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B68A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B68A is #3C4975. Grayscale: #B5B5B5. Windows color (decimal): -3950966 or 9090755. OLE color: 9090755.

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

Color convert

RGB 195 182 138 -
CMYK 0 0.07 0.29 0.24
HSL 46.32º 0.32% 0.65% -
HSV(B) 46.32º 0.29% 0.76% -
XYZ 43.82 46.89 30.79 -
YUV 180.87 103.81 138.08 -
System Red Green Blue C M Y K H S L
Decimal 195 182 138 0 0.07 0.29 0.24 46.32 0.32 0.65
Hex C3 B6 8A 0 7 1D 18 2E 20 41
Octal 303 266 212 0 7 35 30 56 40 101
Binary 11000011 10110110 10001010 0 111 11101 11000 101110 100000 1000001

Color Harmonies of #C3B68A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B68A

Black with #C3B68A

Text Example


Text Example

White with #C3B68A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B68A; }

 p { color: rgb(195,182,138); }

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

background-color css

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

 a { background-color: rgb(195,182,138); }

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

border-color css

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

 span { border-color: rgb(195,182,138); }

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