Html Css Color HEX #CC9095 Careys Pink

📋 copy color: '#CC9095'

red 204 ◦ green 144 ◦ blue 149

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

Shades of Careys Pink #CC9095

Tints of Careys Pink #CC9095

RGB

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

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

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

R = 41.05%
G = 28.97%
B = 29.98%

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

#CC9095 (or 0xCC9095) is known color: Careys Pink. HEX triplet: CC, 90 and 95. RGB value is (204,144,149). Sum of RGB (Red+Green+Blue) = 204+144+149=497 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.05% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 149 (58.59% from 255 or 29.98% from 497); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9095 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9095 is #336F6A. Grayscale: #A2A2A2. Windows color (decimal): -3370859 or 9801932. OLE color: 9801932.

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

Color convert

RGB 204 144 149 -
CMYK 0 0.29 0.27 0.2
HSL 355º 0.37% 0.68% -
HSV(B) 355º 0.29% 0.8% -
XYZ 40.3 34.95 33.06 -
YUV 162.51 120.38 157.59 -
System Red Green Blue C M Y K H S L
Decimal 204 144 149 0 0.29 0.27 0.2 355 0.37 0.68
Hex CC 90 95 0 1D 1B 14 163 25 44
Octal 314 220 225 0 35 33 24 543 45 104
Binary 11001100 10010000 10010101 0 11101 11011 10100 101100011 100101 1000100

Color Harmonies of #CC9095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9095

Black with #CC9095

Text Example


Text Example

White with #CC9095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9095; }

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

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

background-color css

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

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

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

border-color css

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

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

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