Html Css Color HEX #CBA596 Eunry

📋 copy color: '#CBA596'

red 203 ◦ green 165 ◦ blue 150

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

Shades of Eunry #CBA596

Tints of Eunry #CBA596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 28.96%

R = 39.19%
G = 31.85%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CBA596 (or 0xCBA596) is known color: Eunry. HEX triplet: CB, A5 and 96. RGB value is (203,165,150). Sum of RGB (Red+Green+Blue) = 203+165+150=518 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.19% from 518); Green value is 165 (64.84% from 255 or 31.85% from 518); Blue value is 150 (58.98% from 255 or 28.96% from 518); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA596 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA596 is #345A69. Grayscale: #AEAEAE. Windows color (decimal): -3431018 or 9872843. OLE color: 9872843.

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

Color convert

RGB 203 165 150 -
CMYK 0 0.19 0.26 0.20
HSL 16.98º 0.34% 0.69% -
HSV(B) 16.98º 0.26% 0.8% -
XYZ 43.59 41.81 34.63 -
YUV 174.65 114.09 148.22 -
System Red Green Blue C M Y K H S L
Decimal 203 165 150 0 0.19 0.26 0.20 16.98 0.34 0.69
Hex CB A5 96 0 13 1A 14 11 22 45
Octal 313 245 226 0 23 32 24 21 42 105
Binary 11001011 10100101 10010110 0 10011 11010 10100 10001 100010 1000101

Color Harmonies of #CBA596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA596

Black with #CBA596

Text Example


Text Example

White with #CBA596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA596; }

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

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

background-color css

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

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

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

border-color css

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

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

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