Html Css Color HEX #CB9F93 Rose

📋 copy color: '#CB9F93'

red 203 ◦ green 159 ◦ blue 147

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

Shades of Rose #CB9F93

Tints of Rose #CB9F93

RGB

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

 GREEN value IS 159 (62.5% from 255) = 31.24%

 BLUE value IS 147 (57.81% from 255) = 28.88%

R = 39.88%
G = 31.24%
B = 28.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.28

 K value IS 0.20

RGB Variations

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

Color information

#CB9F93 (or 0xCB9F93) is known color: Rose. HEX triplet: CB, 9F and 93. RGB value is (203,159,147). Sum of RGB (Red+Green+Blue) = 203+159+147=509 (67% of max value = 765). Red value is 203 (79.69% from 255 or 39.88% from 509); Green value is 159 (62.5% from 255 or 31.24% from 509); Blue value is 147 (57.81% from 255 or 28.88% from 509); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9F93 is #34606C. Grayscale: #AAAAAA. Windows color (decimal): -3432557 or 9674699. OLE color: 9674699.

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

Color convert

RGB 203 159 147 -
CMYK 0 0.22 0.28 0.20
HSL 12.86º 0.35% 0.69% -
HSV(B) 12.86º 0.28% 0.8% -
XYZ 42.29 39.6 33.02 -
YUV 170.79 114.58 150.98 -
System Red Green Blue C M Y K H S L
Decimal 203 159 147 0 0.22 0.28 0.20 12.86 0.35 0.69
Hex CB 9F 93 0 16 1C 14 D 23 45
Octal 313 237 223 0 26 34 24 15 43 105
Binary 11001011 10011111 10010011 0 10110 11100 10100 1101 100011 1000101

Color Harmonies of #CB9F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9F93

Black with #CB9F93

Text Example


Text Example

White with #CB9F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9F93; }

 p { color: rgb(203,159,147); }

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

background-color css

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

 a { background-color: rgb(203,159,147); }

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

border-color css

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

 span { border-color: rgb(203,159,147); }

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