Html Css Color HEX #CC9092 Careys Pink

📋 copy color: '#CC9092'

red 204 ◦ green 144 ◦ blue 146

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

Shades of Careys Pink #CC9092

Tints of Careys Pink #CC9092

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 29.55%

R = 41.3%
G = 29.15%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.2

RGB Variations

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

Color information

#CC9092 (or 0xCC9092) is known color: Careys Pink. HEX triplet: CC, 90 and 92. RGB value is (204,144,146). Sum of RGB (Red+Green+Blue) = 204+144+146=494 (65% of max value = 765). Red value is 204 (80.08% from 255 or 41.30% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 146 (57.42% from 255 or 29.55% from 494); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9092 is #336F6D. Grayscale: #A2A2A2. Windows color (decimal): -3370862 or 9605324. OLE color: 9605324.

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

Color convert

RGB 204 144 146 -
CMYK 0 0.29 0.28 0.2
HSL 358º 0.37% 0.68% -
HSV(B) 358º 0.29% 0.8% -
XYZ 40.06 34.86 31.81 -
YUV 162.17 118.88 157.84 -
System Red Green Blue C M Y K H S L
Decimal 204 144 146 0 0.29 0.28 0.2 358 0.37 0.68
Hex CC 90 92 0 1D 1C 14 166 25 44
Octal 314 220 222 0 35 34 24 546 45 104
Binary 11001100 10010000 10010010 0 11101 11100 10100 101100110 100101 1000100

Color Harmonies of #CC9092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC9092

Black with #CC9092

Text Example


Text Example

White with #CC9092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC9092; }

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

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

background-color css

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

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

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

border-color css

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

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

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