Html Css Color HEX #CB9995 Rose

📋 copy color: '#CB9995'

red 203 ◦ green 153 ◦ blue 149

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

Shades of Rose #CB9995

Tints of Rose #CB9995

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.3%

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

R = 40.2%
G = 30.3%
B = 29.5%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB9995 (or 0xCB9995) is known color: Rose. HEX triplet: CB, 99 and 95. RGB value is (203,153,149). Sum of RGB (Red+Green+Blue) = 203+153+149=505 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.20% from 505); Green value is 153 (60.16% from 255 or 30.30% from 505); Blue value is 149 (58.59% from 255 or 29.50% from 505); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9995 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9995 is #34666A. Grayscale: #A7A7A7. Windows color (decimal): -3434091 or 9804235. OLE color: 9804235.

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

Color convert

RGB 203 153 149 -
CMYK 0 0.25 0.27 0.20
HSL 4.44º 0.34% 0.69% -
HSV(B) 4.44º 0.27% 0.8% -
XYZ 41.44 37.65 33.52 -
YUV 167.49 117.57 153.33 -
System Red Green Blue C M Y K H S L
Decimal 203 153 149 0 0.25 0.27 0.20 4.44 0.34 0.69
Hex CB 99 95 0 19 1B 14 4 22 45
Octal 313 231 225 0 31 33 24 4 42 105
Binary 11001011 10011001 10010101 0 11001 11011 10100 100 100010 1000101

Color Harmonies of #CB9995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9995

Black with #CB9995

Text Example


Text Example

White with #CB9995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9995; }

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

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

background-color css

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

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

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

border-color css

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

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

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