Html Css Color HEX #CB9994 Rose

📋 copy color: '#CB9994'

red 203 ◦ green 153 ◦ blue 148

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

Shades of Rose #CB9994

Tints of Rose #CB9994

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 29.37%

R = 40.28%
G = 30.36%
B = 29.37%

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

#CB9994 (or 0xCB9994) is known color: Rose. HEX triplet: CB, 99 and 94. RGB value is (203,153,148). Sum of RGB (Red+Green+Blue) = 203+153+148=504 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.28% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 148 (58.20% from 255 or 29.37% from 504); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9994 is #34666B. Grayscale: #A7A7A7. Windows color (decimal): -3434092 or 9738699. OLE color: 9738699.

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

Color convert

RGB 203 153 148 -
CMYK 0 0.25 0.27 0.20
HSL 5.45º 0.35% 0.69% -
HSV(B) 5.45º 0.27% 0.8% -
XYZ 41.37 37.62 33.1 -
YUV 167.38 117.07 153.41 -
System Red Green Blue C M Y K H S L
Decimal 203 153 148 0 0.25 0.27 0.20 5.45 0.35 0.69
Hex CB 99 94 0 19 1B 14 5 23 45
Octal 313 231 224 0 31 33 24 5 43 105
Binary 11001011 10011001 10010100 0 11001 11011 10100 101 100011 1000101

Color Harmonies of #CB9994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9994

Black with #CB9994

Text Example


Text Example

White with #CB9994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9994; }

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

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

background-color css

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

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

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

border-color css

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

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

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