Html Css Color HEX #CC8F93 Careys Pink

📋 copy color: '#CC8F93'

red 204 ◦ green 143 ◦ blue 147

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

Shades of Careys Pink #CC8F93

Tints of Careys Pink #CC8F93

RGB

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

 GREEN value IS 143 (56.25% from 255) = 28.95%

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

R = 41.3%
G = 28.95%
B = 29.76%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC8F93 (or 0xCC8F93) is known color: Careys Pink. HEX triplet: CC, 8F and 93. RGB value is (204,143,147). Sum of RGB (Red+Green+Blue) = 204+143+147=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 143 (56.25% from 255 or 28.95% from 494); Blue value is 147 (57.81% from 255 or 29.76% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8F93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC8F93 is #33706C. Grayscale: #A1A1A1. Windows color (decimal): -3371117 or 9670604. OLE color: 9670604.

HSL color Cylindrical-coordinate representation of color #CC8F93: hue angle of 356.07º degrees, saturation: 0.37, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CC8F93 is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 143 147 -
CMYK 0 0.30 0.28 0.2
HSL 356.07º 0.37% 0.68% -
HSV(B) 356.07º 0.3% 0.8% -
XYZ 39.99 34.59 32.17 -
YUV 161.7 119.71 158.17 -
System Red Green Blue C M Y K H S L
Decimal 204 143 147 0 0.30 0.28 0.2 356.07 0.37 0.68
Hex CC 8F 93 0 1E 1C 14 164 25 44
Octal 314 217 223 0 36 34 24 544 45 104
Binary 11001100 10001111 10010011 0 11110 11100 10100 101100100 100101 1000100

Color Harmonies of #CC8F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC8F93

Black with #CC8F93

Text Example


Text Example

White with #CC8F93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC8F93; }

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

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

background-color css

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

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

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

border-color css

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

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

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