Html Css Color HEX #CBA295 Rose

📋 copy color: '#CBA295'

red 203 ◦ green 162 ◦ blue 149

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

Shades of Rose #CBA295

Tints of Rose #CBA295

RGB

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

 GREEN value IS 162 (63.67% from 255) = 31.52%

 BLUE value IS 149 (58.59% from 255) = 28.99%

R = 39.49%
G = 31.52%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBA295 (or 0xCBA295) is known color: Rose. HEX triplet: CB, A2 and 95. RGB value is (203,162,149). Sum of RGB (Red+Green+Blue) = 203+162+149=514 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.49% from 514); Green value is 162 (63.67% from 255 or 31.52% from 514); Blue value is 149 (58.59% from 255 or 28.99% from 514); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA295 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA295 is #345D6A. Grayscale: #ACACAC. Windows color (decimal): -3431787 or 9806539. OLE color: 9806539.

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

Color convert

RGB 203 162 149 -
CMYK 0 0.20 0.27 0.20
HSL 14.44º 0.34% 0.69% -
HSV(B) 14.44º 0.27% 0.8% -
XYZ 42.97 40.71 34.03 -
YUV 172.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 203 162 149 0 0.20 0.27 0.20 14.44 0.34 0.69
Hex CB A2 95 0 14 1B 14 E 22 45
Octal 313 242 225 0 24 33 24 16 42 105
Binary 11001011 10100010 10010101 0 10100 11011 10100 1110 100010 1000101

Color Harmonies of #CBA295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA295

Black with #CBA295

Text Example


Text Example

White with #CBA295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA295; }

 p { color: rgb(203,162,149); }

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

background-color css

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

 a { background-color: rgb(203,162,149); }

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

border-color css

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

 span { border-color: rgb(203,162,149); }

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