Html Css Color HEX #CB9399 Careys Pink

📋 copy color: '#CB9399'

red 203 ◦ green 147 ◦ blue 153

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

Shades of Careys Pink #CB9399

Tints of Careys Pink #CB9399

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.22%

 BLUE value IS 153 (60.16% from 255) = 30.42%

R = 40.36%
G = 29.22%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.20

RGB Variations

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

Color information

#CB9399 (or 0xCB9399) is known color: Careys Pink. HEX triplet: CB, 93 and 99. RGB value is (203,147,153). Sum of RGB (Red+Green+Blue) = 203+147+153=503 (66% of max value = 765). Red value is 203 (79.69% from 255 or 40.36% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 153 (60.16% from 255 or 30.42% from 503); Max value from RGB is 203 - color contains mainly: red. Hex color #CB9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CB9399 is #346C66. Grayscale: #A4A4A4. Windows color (decimal): -3435623 or 10064843. OLE color: 10064843.

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

Color convert

RGB 203 147 153 -
CMYK 0 0.28 0.25 0.20
HSL 353.57º 0.35% 0.69% -
HSV(B) 353.57º 0.28% 0.8% -
XYZ 40.81 35.86 34.91 -
YUV 164.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 203 147 153 0 0.28 0.25 0.20 353.57 0.35 0.69
Hex CB 93 99 0 1C 19 14 162 23 45
Octal 313 223 231 0 34 31 24 542 43 105
Binary 11001011 10010011 10011001 0 11100 11001 10100 101100010 100011 1000101

Color Harmonies of #CB9399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB9399

Black with #CB9399

Text Example


Text Example

White with #CB9399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB9399; }

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

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

background-color css

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

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

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

border-color css

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

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

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