Html Css Color HEX #CBA59D Eunry

📋 copy color: '#CBA59D'

red 203 ◦ green 165 ◦ blue 157

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

Shades of Eunry #CBA59D

Tints of Eunry #CBA59D

RGB

 RED value IS 203 (79.69% from 255) = 38.67%

 GREEN value IS 165 (64.84% from 255) = 31.43%

 BLUE value IS 157 (61.72% from 255) = 29.9%

R = 38.67%
G = 31.43%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.23

 K value IS 0.20

RGB Variations

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

Color information

#CBA59D (or 0xCBA59D) is known color: Eunry. HEX triplet: CB, A5 and 9D. RGB value is (203,165,157). Sum of RGB (Red+Green+Blue) = 203+165+157=525 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.67% from 525); Green value is 165 (64.84% from 255 or 31.43% from 525); Blue value is 157 (61.72% from 255 or 29.90% from 525); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA59D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA59D is #345A62. Grayscale: #AFAFAF. Windows color (decimal): -3431011 or 10331595. OLE color: 10331595.

HSL color Cylindrical-coordinate representation of color #CBA59D: hue angle of 10.43º degrees, saturation: 0.31, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CBA59D is Cyan = 0, Magento = 0.19, Yellow = 0.23 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 157 -
CMYK 0 0.19 0.23 0.20
HSL 10.43º 0.31% 0.71% -
HSV(B) 10.43º 0.23% 0.8% -
XYZ 44.17 42.04 37.69 -
YUV 175.45 117.59 147.65 -
System Red Green Blue C M Y K H S L
Decimal 203 165 157 0 0.19 0.23 0.20 10.43 0.31 0.71
Hex CB A5 9D 0 13 17 14 A 1F 47
Octal 313 245 235 0 23 27 24 12 37 107
Binary 11001011 10100101 10011101 0 10011 10111 10100 1010 11111 1000111

Color Harmonies of #CBA59D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA59D

Black with #CBA59D

Text Example


Text Example

White with #CBA59D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA59D; }

 p { color: rgb(203,165,157); }

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

background-color css

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

 a { background-color: rgb(203,165,157); }

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

border-color css

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

 span { border-color: rgb(203,165,157); }

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