Html Css Color HEX #CC9194 Careys Pink

📋 copy color: '#CC9194'

red 204 ◦ green 145 ◦ blue 148

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

Shades of Careys Pink #CC9194

Tints of Careys Pink #CC9194

RGB

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

 GREEN value IS 145 (57.03% from 255) = 29.18%

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

R = 41.05%
G = 29.18%
B = 29.78%

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

#CC9194 (or 0xCC9194) is known color: Careys Pink. HEX triplet: CC, 91 and 94. RGB value is (204,145,148). Sum of RGB (Red+Green+Blue) = 204+145+148=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 145 (57.03% from 255 or 29.18% from 497); Blue value is 148 (58.20% from 255 or 29.78% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9194 is #336E6B. Grayscale: #A3A3A3. Windows color (decimal): -3370604 or 9736652. OLE color: 9736652.

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

Color convert

RGB 204 145 148 -
CMYK 0 0.29 0.27 0.2
HSL 356.95º 0.37% 0.68% -
HSV(B) 356.95º 0.29% 0.8% -
XYZ 40.37 35.23 32.69 -
YUV 162.98 119.55 157.26 -
System Red Green Blue C M Y K H S L
Decimal 204 145 148 0 0.29 0.27 0.2 356.95 0.37 0.68
Hex CC 91 94 0 1D 1B 14 165 25 44
Octal 314 221 224 0 35 33 24 545 45 104
Binary 11001100 10010001 10010100 0 11101 11011 10100 101100101 100101 1000100

Color Harmonies of #CC9194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9194

Black with #CC9194

Text Example


Text Example

White with #CC9194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9194; }

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

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

background-color css

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

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

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

border-color css

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

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

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