Html Css Color HEX #CC9094 Careys Pink

📋 copy color: '#CC9094'

red 204 ◦ green 144 ◦ blue 148

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

Shades of Careys Pink #CC9094

Tints of Careys Pink #CC9094

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.03%

 BLUE value IS 148 (58.2% from 255) = 29.84%

R = 41.13%
G = 29.03%
B = 29.84%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.27

 K value IS 0.2

RGB Variations

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

Color information

#CC9094 (or 0xCC9094) is known color: Careys Pink. HEX triplet: CC, 90 and 94. RGB value is (204,144,148). Sum of RGB (Red+Green+Blue) = 204+144+148=496 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.13% from 496); Green value is 144 (56.64% from 255 or 29.03% from 496); Blue value is 148 (58.20% from 255 or 29.84% from 496); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9094 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9094 is #336F6B. Grayscale: #A2A2A2. Windows color (decimal): -3370860 or 9736396. OLE color: 9736396.

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

Color convert

RGB 204 144 148 -
CMYK 0 0.29 0.27 0.2
HSL 356º 0.37% 0.68% -
HSV(B) 356º 0.29% 0.8% -
XYZ 40.22 34.92 32.64 -
YUV 162.4 119.88 157.67 -
System Red Green Blue C M Y K H S L
Decimal 204 144 148 0 0.29 0.27 0.2 356 0.37 0.68
Hex CC 90 94 0 1D 1B 14 164 25 44
Octal 314 220 224 0 35 33 24 544 45 104
Binary 11001100 10010000 10010100 0 11101 11011 10100 101100100 100101 1000100

Color Harmonies of #CC9094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9094

Black with #CC9094

Text Example


Text Example

White with #CC9094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9094; }

 p { color: rgb(204,144,148); }

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

background-color css

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

 a { background-color: rgb(204,144,148); }

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

border-color css

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

 span { border-color: rgb(204,144,148); }

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