Html Css Color HEX #C2B77F Yuma

📋 copy color: '#C2B77F'

red 194 ◦ green 183 ◦ blue 127

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

Shades of Yuma #C2B77F

Tints of Yuma #C2B77F

RGB

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

 GREEN value IS 183 (71.88% from 255) = 36.31%

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

R = 38.49%
G = 36.31%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.35

 K value IS 0.24

RGB Variations

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

Color information

#C2B77F (or 0xC2B77F) is known color: Yuma. HEX triplet: C2, B7 and 7F. RGB value is (194,183,127). Sum of RGB (Red+Green+Blue) = 194+183+127=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 183 (71.88% from 255 or 36.31% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B77F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B77F is #3D4880. Grayscale: #B4B4B4. Windows color (decimal): -4016257 or 8370114. OLE color: 8370114.

HSL color Cylindrical-coordinate representation of color #C2B77F: hue angle of 50.15º 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 #C2B77F is Cyan = 0, Magento = 0.06, Yellow = 0.35 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 183 127 -
CMYK 0 0.06 0.35 0.24
HSL 50.15º 0.35% 0.63% -
HSV(B) 50.15º 0.35% 0.76% -
XYZ 43.01 46.87 26.86 -
YUV 179.91 98.14 138.05 -
System Red Green Blue C M Y K H S L
Decimal 194 183 127 0 0.06 0.35 0.24 50.15 0.35 0.63
Hex C2 B7 7F 0 6 23 18 32 23 3F
Octal 302 267 177 0 6 43 30 62 43 77
Binary 11000010 10110111 1111111 0 110 100011 11000 110010 100011 111111

Color Harmonies of #C2B77F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B77F

Black with #C2B77F

Text Example


Text Example

White with #C2B77F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B77F; }

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

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

background-color css

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

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

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

border-color css

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

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

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