Html Css Color HEX #CB9A95 Rose

📋 copy color: '#CB9A95'

red 203 ◦ green 154 ◦ blue 149

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

Shades of Rose #CB9A95

Tints of Rose #CB9A95

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.43%

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

R = 40.12%
G = 30.43%
B = 29.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB9A95 (or 0xCB9A95) is known color: Rose. HEX triplet: CB, 9A and 95. RGB value is (203,154,149). Sum of RGB (Red+Green+Blue) = 203+154+149=506 (67% of max value = 765). Red value is 203 (79.69% from 255 or 40.12% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 149 (58.59% from 255 or 29.45% from 506); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9A95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9A95 is #34656A. Grayscale: #A8A8A8. Windows color (decimal): -3433835 or 9804491. OLE color: 9804491.

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

Color convert

RGB 203 154 149 -
CMYK 0 0.24 0.27 0.20
HSL 5.56º 0.34% 0.69% -
HSV(B) 5.56º 0.27% 0.8% -
XYZ 41.61 37.98 33.57 -
YUV 168.08 117.23 152.91 -
System Red Green Blue C M Y K H S L
Decimal 203 154 149 0 0.24 0.27 0.20 5.56 0.34 0.69
Hex CB 9A 95 0 18 1B 14 6 22 45
Octal 313 232 225 0 30 33 24 6 42 105
Binary 11001011 10011010 10010101 0 11000 11011 10100 110 100010 1000101

Color Harmonies of #CB9A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9A95

Black with #CB9A95

Text Example


Text Example

White with #CB9A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9A95; }

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

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

background-color css

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

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

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

border-color css

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

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

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