Html Css Color HEX #C2B87D Yuma

📋 copy color: '#C2B87D'

red 194 ◦ green 184 ◦ blue 125

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

Shades of Yuma #C2B87D

Tints of Yuma #C2B87D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 24.85%

R = 38.57%
G = 36.58%
B = 24.85%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.36

 K value IS 0.24

RGB Variations

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

Color information

#C2B87D (or 0xC2B87D) is known color: Yuma. HEX triplet: C2, B8 and 7D. RGB value is (194,184,125). Sum of RGB (Red+Green+Blue) = 194+184+125=503 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.57% from 503); Green value is 184 (72.27% from 255 or 36.58% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 194 - color contains mainly: red. Hex color #C2B87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C2B87D is #3D4782. Grayscale: #B4B4B4. Windows color (decimal): -4016003 or 8239298. OLE color: 8239298.

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

Color convert

RGB 194 184 125 -
CMYK 0 0.05 0.36 0.24
HSL 51.3º 0.36% 0.63% -
HSV(B) 51.3º 0.36% 0.76% -
XYZ 43.09 47.23 26.25 -
YUV 180.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 194 184 125 0 0.05 0.36 0.24 51.3 0.36 0.63
Hex C2 B8 7D 0 5 24 18 33 24 3F
Octal 302 270 175 0 5 44 30 63 44 77
Binary 11000010 10111000 1111101 0 101 100100 11000 110011 100100 111111

Color Harmonies of #C2B87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2B87D

Black with #C2B87D

Text Example


Text Example

White with #C2B87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2B87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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