Html Css Color HEX #CC9293 Careys Pink

📋 copy color: '#CC9293'

red 204 ◦ green 146 ◦ blue 147

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

Shades of Careys Pink #CC9293

Tints of Careys Pink #CC9293

RGB

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

 GREEN value IS 146 (57.42% from 255) = 29.38%

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

R = 41.05%
G = 29.38%
B = 29.58%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC9293 (or 0xCC9293) is known color: Careys Pink. HEX triplet: CC, 92 and 93. RGB value is (204,146,147). Sum of RGB (Red+Green+Blue) = 204+146+147=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 146 (57.42% from 255 or 29.38% from 497); Blue value is 147 (57.81% from 255 or 29.58% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9293 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9293 is #336D6C. Grayscale: #A3A3A3. Windows color (decimal): -3370349 or 9671372. OLE color: 9671372.

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

Color convert

RGB 204 146 147 -
CMYK 0 0.28 0.28 0.2
HSL 358.97º 0.36% 0.69% -
HSV(B) 358.97º 0.28% 0.8% -
XYZ 40.45 35.5 32.32 -
YUV 163.46 118.72 156.92 -
System Red Green Blue C M Y K H S L
Decimal 204 146 147 0 0.28 0.28 0.2 358.97 0.36 0.69
Hex CC 92 93 0 1C 1C 14 167 24 45
Octal 314 222 223 0 34 34 24 547 44 105
Binary 11001100 10010010 10010011 0 11100 11100 10100 101100111 100100 1000101

Color Harmonies of #CC9293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9293

Black with #CC9293

Text Example


Text Example

White with #CC9293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9293; }

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

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

background-color css

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

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

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

border-color css

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

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

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