Html Css Color HEX #CBA595 Rose

📋 copy color: '#CBA595'

red 203 ◦ green 165 ◦ blue 149

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

Shades of Rose #CBA595

Tints of Rose #CBA595

RGB

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

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

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

R = 39.26%
G = 31.91%
B = 28.82%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBA595 (or 0xCBA595) is known color: Rose. HEX triplet: CB, A5 and 95. RGB value is (203,165,149). Sum of RGB (Red+Green+Blue) = 203+165+149=517 (68% of max value = 765). Red value is 203 (79.69% from 255 or 39.26% from 517); Green value is 165 (64.84% from 255 or 31.91% from 517); Blue value is 149 (58.59% from 255 or 28.82% from 517); Max value from RGB is 203 - color contains mainly: red. Hex color #CBA595 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CBA595 is #345A6A. Grayscale: #AEAEAE. Windows color (decimal): -3431019 or 9807307. OLE color: 9807307.

HSL color Cylindrical-coordinate representation of color #CBA595: hue angle of 17.78º 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 #CBA595 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 165 149 -
CMYK 0 0.19 0.27 0.20
HSL 17.78º 0.34% 0.69% -
HSV(B) 17.78º 0.27% 0.8% -
XYZ 43.51 41.78 34.2 -
YUV 174.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 203 165 149 0 0.19 0.27 0.20 17.78 0.34 0.69
Hex CB A5 95 0 13 1B 14 12 22 45
Octal 313 245 225 0 23 33 24 22 42 105
Binary 11001011 10100101 10010101 0 10011 11011 10100 10010 100010 1000101

Color Harmonies of #CBA595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBA595

Black with #CBA595

Text Example


Text Example

White with #CBA595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBA595; }

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

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

background-color css

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

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

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

border-color css

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

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

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