Html Css Color HEX #CB9C95 Rose

📋 copy color: '#CB9C95'

red 203 ◦ green 156 ◦ blue 149

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

Shades of Rose #CB9C95

Tints of Rose #CB9C95

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.71%

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

R = 39.96%
G = 30.71%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CB9C95 (or 0xCB9C95) is known color: Rose. HEX triplet: CB, 9C and 95. RGB value is (203,156,149). Sum of RGB (Red+Green+Blue) = 203+156+149=508 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.96% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 149 (58.59% from 255 or 29.33% from 508); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9C95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9C95 is #34636A. Grayscale: #A9A9A9. Windows color (decimal): -3433323 or 9805003. OLE color: 9805003.

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

Color convert

RGB 203 156 149 -
CMYK 0 0.23 0.27 0.20
HSL 7.78º 0.34% 0.69% -
HSV(B) 7.78º 0.27% 0.8% -
XYZ 41.94 38.64 33.68 -
YUV 169.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 203 156 149 0 0.23 0.27 0.20 7.78 0.34 0.69
Hex CB 9C 95 0 17 1B 14 8 22 45
Octal 313 234 225 0 27 33 24 10 42 105
Binary 11001011 10011100 10010101 0 10111 11011 10100 1000 100010 1000101

Color Harmonies of #CB9C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9C95

Black with #CB9C95

Text Example


Text Example

White with #CB9C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9C95; }

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

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

background-color css

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

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

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

border-color css

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

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

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