Html Css Color HEX #CBA59E Eunry

📋 copy color: '#CBA59E'

red 203 ◦ green 165 ◦ blue 158

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

Shades of Eunry #CBA59E

Tints of Eunry #CBA59E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 30.04%

R = 38.59%
G = 31.37%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.22

 K value IS 0.20

RGB Variations

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

Color information

#CBA59E (or 0xCBA59E) is known color: Eunry. HEX triplet: CB, A5 and 9E. RGB value is (203,165,158). Sum of RGB (Red+Green+Blue) = 203+165+158=526 (69% of max value = 765). Red value is 203 (79.69% from 255 or 38.59% from 526); Green value is 165 (64.84% from 255 or 31.37% from 526); Blue value is 158 (62.11% from 255 or 30.04% from 526); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA59E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA59E is #345A61. Grayscale: #AFAFAF. Windows color (decimal): -3431010 or 10397131. OLE color: 10397131.

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

Color convert

RGB 203 165 158 -
CMYK 0 0.19 0.22 0.20
HSL 9.33º 0.3% 0.71% -
HSV(B) 9.33º 0.22% 0.8% -
XYZ 44.26 42.08 38.14 -
YUV 175.56 118.09 147.57 -
System Red Green Blue C M Y K H S L
Decimal 203 165 158 0 0.19 0.22 0.20 9.33 0.3 0.71
Hex CB A5 9E 0 13 16 14 9 1E 47
Octal 313 245 236 0 23 26 24 11 36 107
Binary 11001011 10100101 10011110 0 10011 10110 10100 1001 11110 1000111

Color Harmonies of #CBA59E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA59E

Black with #CBA59E

Text Example


Text Example

White with #CBA59E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA59E; }

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

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

background-color css

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

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

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

border-color css

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

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

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