Html Css Color HEX #C2B683 Yuma

📋 copy color: '#C2B683'

red 194 ◦ green 182 ◦ blue 131

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

Shades of Yuma #C2B683

Tints of Yuma #C2B683

RGB

 RED value IS 194 (76.17% from 255) = 38.26%

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

 BLUE value IS 131 (51.56% from 255) = 25.84%

R = 38.26%
G = 35.9%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.32

 K value IS 0.24

RGB Variations

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

Color information

#C2B683 (or 0xC2B683) is known color: Yuma. HEX triplet: C2, B6 and 83. RGB value is (194,182,131). Sum of RGB (Red+Green+Blue) = 194+182+131=507 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.26% from 507); Green value is 182 (71.48% from 255 or 35.90% from 507); Blue value is 131 (51.56% from 255 or 25.84% from 507); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B683 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C2B683 is #3D497C. Grayscale: #B3B3B3. Windows color (decimal): -4016509 or 8632002. OLE color: 8632002.

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

Color convert

RGB 194 182 131 -
CMYK 0 0.06 0.32 0.24
HSL 48.57º 0.34% 0.64% -
HSV(B) 48.57º 0.32% 0.76% -
XYZ 43.07 46.56 28.19 -
YUV 179.77 100.48 138.15 -
System Red Green Blue C M Y K H S L
Decimal 194 182 131 0 0.06 0.32 0.24 48.57 0.34 0.64
Hex C2 B6 83 0 6 20 18 31 22 40
Octal 302 266 203 0 6 40 30 61 42 100
Binary 11000010 10110110 10000011 0 110 100000 11000 110001 100010 1000000

Color Harmonies of #C2B683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B683

Black with #C2B683

Text Example


Text Example

White with #C2B683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B683; }

 p { color: rgb(194,182,131); }

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

background-color css

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

 a { background-color: rgb(194,182,131); }

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

border-color css

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

 span { border-color: rgb(194,182,131); }

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