Html Css Color HEX #C2B97F Yuma

📋 copy color: '#C2B97F'

red 194 ◦ green 185 ◦ blue 127

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

Shades of Yuma #C2B97F

Tints of Yuma #C2B97F

RGB

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

 GREEN value IS 185 (72.66% from 255) = 36.56%

 BLUE value IS 127 (50% from 255) = 25.1%

R = 38.34%
G = 36.56%
B = 25.1%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2B97F (or 0xC2B97F) is known color: Yuma. HEX triplet: C2, B9 and 7F. RGB value is (194,185,127). Sum of RGB (Red+Green+Blue) = 194+185+127=506 (67% of max value = 765). Red value is 194 (76.17% from 255 or 38.34% from 506); Green value is 185 (72.66% from 255 or 36.56% from 506); Blue value is 127 (50% from 255 or 25.10% from 506); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B97F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B97F is #3D4680. Grayscale: #B5B5B5. Windows color (decimal): -4015745 or 8370626. OLE color: 8370626.

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

Color convert

RGB 194 185 127 -
CMYK 0 0.05 0.35 0.24
HSL 51.94º 0.35% 0.63% -
HSV(B) 51.94º 0.35% 0.76% -
XYZ 43.43 47.7 27 -
YUV 181.08 97.48 137.22 -
System Red Green Blue C M Y K H S L
Decimal 194 185 127 0 0.05 0.35 0.24 51.94 0.35 0.63
Hex C2 B9 7F 0 5 23 18 34 23 3F
Octal 302 271 177 0 5 43 30 64 43 77
Binary 11000010 10111001 1111111 0 101 100011 11000 110100 100011 111111

Color Harmonies of #C2B97F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B97F

Black with #C2B97F

Text Example


Text Example

White with #C2B97F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B97F; }

 p { color: rgb(194,185,127); }

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

background-color css

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

 a { background-color: rgb(194,185,127); }

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

border-color css

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

 span { border-color: rgb(194,185,127); }

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