Html Css Color HEX #C3B682 Yuma

📋 copy color: '#C3B682'

red 195 ◦ green 182 ◦ blue 130

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

Shades of Yuma #C3B682

Tints of Yuma #C3B682

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 25.64%

R = 38.46%
G = 35.9%
B = 25.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.33

 K value IS 0.24

RGB Variations

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

Color information

#C3B682 (or 0xC3B682) is known color: Yuma. HEX triplet: C3, B6 and 82. RGB value is (195,182,130). Sum of RGB (Red+Green+Blue) = 195+182+130=507 (67% of max value = 765). Red value is 195 (76.56% from 255 or 38.46% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 130 (51.17% from 255 or 25.64% from 507); Max value from RGB is 195 - color contains mainly: red. Hex color #C3B682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C3B682 is #3C497D. Grayscale: #B4B4B4. Windows color (decimal): -3950974 or 8566467. OLE color: 8566467.

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

Color convert

RGB 195 182 130 -
CMYK 0 0.07 0.33 0.24
HSL 48º 0.35% 0.64% -
HSV(B) 48º 0.33% 0.76% -
XYZ 43.26 46.67 27.85 -
YUV 179.96 99.81 138.73 -
System Red Green Blue C M Y K H S L
Decimal 195 182 130 0 0.07 0.33 0.24 48 0.35 0.64
Hex C3 B6 82 0 7 21 18 30 23 40
Octal 303 266 202 0 7 41 30 60 43 100
Binary 11000011 10110110 10000010 0 111 100001 11000 110000 100011 1000000

Color Harmonies of #C3B682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3B682

Black with #C3B682

Text Example


Text Example

White with #C3B682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3B682; }

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

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

background-color css

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

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

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

border-color css

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

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

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