Html Css Color HEX #CC9399 Careys Pink

📋 copy color: '#CC9399'

red 204 ◦ green 147 ◦ blue 153

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

Shades of Careys Pink #CC9399

Tints of Careys Pink #CC9399

RGB

 RED value IS 204 (80.08% from 255) = 40.48%

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

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

R = 40.48%
G = 29.17%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CC9399 (or 0xCC9399) is known color: Careys Pink. HEX triplet: CC, 93 and 99. RGB value is (204,147,153). Sum of RGB (Red+Green+Blue) = 204+147+153=504 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.48% from 504); Green value is 147 (57.81% from 255 or 29.17% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9399 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9399 is #336C66. Grayscale: #A4A4A4. Windows color (decimal): -3370087 or 10064844. OLE color: 10064844.

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

Color convert

RGB 204 147 153 -
CMYK 0 0.28 0.25 0.2
HSL 353.68º 0.36% 0.69% -
HSV(B) 353.68º 0.28% 0.8% -
XYZ 41.09 36 34.92 -
YUV 164.73 121.38 156.01 -
System Red Green Blue C M Y K H S L
Decimal 204 147 153 0 0.28 0.25 0.2 353.68 0.36 0.69
Hex CC 93 99 0 1C 19 14 162 24 45
Octal 314 223 231 0 34 31 24 542 44 105
Binary 11001100 10010011 10011001 0 11100 11001 10100 101100010 100100 1000101

Color Harmonies of #CC9399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9399

Black with #CC9399

Text Example


Text Example

White with #CC9399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9399; }

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

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

background-color css

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

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

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

border-color css

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

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

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