Html Css Color HEX #CC9395 Careys Pink

📋 copy color: '#CC9395'

red 204 ◦ green 147 ◦ blue 149

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

Shades of Careys Pink #CC9395

Tints of Careys Pink #CC9395

RGB

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

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

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

R = 40.8%
G = 29.4%
B = 29.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC9395 (or 0xCC9395) is known color: Careys Pink. HEX triplet: CC, 93 and 95. RGB value is (204,147,149). Sum of RGB (Red+Green+Blue) = 204+147+149=500 (66% of max value = 765). Red value is 204 (80.08% from 255 or 40.8% from 500); Green value is 147 (57.81% from 255 or 29.4% from 500); Blue value is 149 (58.59% from 255 or 29.8% from 500); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9395 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9395 is #336C6A. Grayscale: #A4A4A4. Windows color (decimal): -3370091 or 9802700. OLE color: 9802700.

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

Color convert

RGB 204 147 149 -
CMYK 0 0.28 0.27 0.2
HSL 357.89º 0.36% 0.69% -
HSV(B) 357.89º 0.28% 0.8% -
XYZ 40.76 35.87 33.21 -
YUV 164.27 119.38 156.34 -
System Red Green Blue C M Y K H S L
Decimal 204 147 149 0 0.28 0.27 0.2 357.89 0.36 0.69
Hex CC 93 95 0 1C 1B 14 166 24 45
Octal 314 223 225 0 34 33 24 546 44 105
Binary 11001100 10010011 10010101 0 11100 11011 10100 101100110 100100 1000101

Color Harmonies of #CC9395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9395

Black with #CC9395

Text Example


Text Example

White with #CC9395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9395; }

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

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

background-color css

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

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

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

border-color css

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

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

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