Html Css Color HEX #C2B87E Yuma

📋 copy color: '#C2B87E'

red 194 ◦ green 184 ◦ blue 126

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

Shades of Yuma #C2B87E

Tints of Yuma #C2B87E

RGB

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

 GREEN value IS 184 (72.27% from 255) = 36.51%

 BLUE value IS 126 (49.61% from 255) = 25%

R = 38.49%
G = 36.51%
B = 25%

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

#C2B87E (or 0xC2B87E) is known color: Yuma. HEX triplet: C2, B8 and 7E. RGB value is (194,184,126). Sum of RGB (Red+Green+Blue) = 194+184+126=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 184 (72.27% from 255 or 36.51% from 504); Blue value is 126 (49.61% from 255 or 25% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B87E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B87E is #3D4781. Grayscale: #B4B4B4. Windows color (decimal): -4016002 or 8304834. OLE color: 8304834.

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

Color convert

RGB 194 184 126 -
CMYK 0 0.05 0.35 0.24
HSL 51.18º 0.36% 0.63% -
HSV(B) 51.18º 0.35% 0.76% -
XYZ 43.15 47.26 26.59 -
YUV 180.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 194 184 126 0 0.05 0.35 0.24 51.18 0.36 0.63
Hex C2 B8 7E 0 5 23 18 33 24 3F
Octal 302 270 176 0 5 43 30 63 44 77
Binary 11000010 10111000 1111110 0 101 100011 11000 110011 100100 111111

Color Harmonies of #C2B87E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B87E

Black with #C2B87E

Text Example


Text Example

White with #C2B87E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B87E; }

 p { color: rgb(194,184,126); }

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

background-color css

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

 a { background-color: rgb(194,184,126); }

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

border-color css

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

 span { border-color: rgb(194,184,126); }

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