Html Css Color HEX #C0B87D Yuma

📋 copy color: '#C0B87D'

red 192 ◦ green 184 ◦ blue 125

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

Shades of Yuma #C0B87D

Tints of Yuma #C0B87D

RGB

 RED value IS 192 (75.39% from 255) = 38.32%

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

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

R = 38.32%
G = 36.73%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.35

 K value IS 0.25

RGB Variations

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

Color information

#C0B87D (or 0xC0B87D) is known color: Yuma. HEX triplet: C0, B8 and 7D. RGB value is (192,184,125). Sum of RGB (Red+Green+Blue) = 192+184+125=501 (66% of max value = 765). Red value is 192 (75.39% from 255 or 38.32% from 501); Green value is 184 (72.27% from 255 or 36.73% from 501); Blue value is 125 (49.22% from 255 or 24.95% from 501); Max value from RGB is 192 - color contains mainly: red. Hex color #C0B87D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C0B87D is #3F4782. Grayscale: #B3B3B3. Windows color (decimal): -4147075 or 8239296. OLE color: 8239296.

HSL color Cylindrical-coordinate representation of color #C0B87D: hue angle of 52.84º degrees, saturation: 0.35, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #C0B87D is Cyan = 0, Magento = 0.04, Yellow = 0.35 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 184 125 -
CMYK 0 0.04 0.35 0.25
HSL 52.84º 0.35% 0.62% -
HSV(B) 52.84º 0.35% 0.75% -
XYZ 42.58 46.97 26.22 -
YUV 179.67 97.15 136.8 -
System Red Green Blue C M Y K H S L
Decimal 192 184 125 0 0.04 0.35 0.25 52.84 0.35 0.62
Hex C0 B8 7D 0 4 23 19 35 23 3E
Octal 300 270 175 0 4 43 31 65 43 76
Binary 11000000 10111000 1111101 0 100 100011 11001 110101 100011 111110

Color Harmonies of #C0B87D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0B87D

Black with #C0B87D

Text Example


Text Example

White with #C0B87D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0B87D; }

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

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

background-color css

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

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

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

border-color css

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

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

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