Html Css Color HEX #C2989C Careys Pink

📋 copy color: '#C2989C'

red 194 ◦ green 152 ◦ blue 156

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

Shades of Careys Pink #C2989C

Tints of Careys Pink #C2989C

RGB

 RED value IS 194 (76.17% from 255) = 38.65%

 GREEN value IS 152 (59.77% from 255) = 30.28%

 BLUE value IS 156 (61.33% from 255) = 31.08%

R = 38.65%
G = 30.28%
B = 31.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#C2989C (or 0xC2989C) is known color: Careys Pink. HEX triplet: C2, 98 and 9C. RGB value is (194,152,156). Sum of RGB (Red+Green+Blue) = 194+152+156=502 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.65% from 502); Green value is 152 (59.77% from 255 or 30.28% from 502); Blue value is 156 (61.33% from 255 or 31.08% from 502); Max value from RGB is 194 - color contains mainly: red. Hex color #C2989C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2989C is #3D6763. Grayscale: #A5A5A5. Windows color (decimal): -4024164 or 10262722. OLE color: 10262722.

HSL color Cylindrical-coordinate representation of color #C2989C: hue angle of 354.29º degrees, saturation: 0.26, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C2989C is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 152 156 -
CMYK 0 0.22 0.20 0.24
HSL 354.29º 0.26% 0.68% -
HSV(B) 354.29º 0.22% 0.76% -
XYZ 39.48 36.33 36.38 -
YUV 165.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 194 152 156 0 0.22 0.20 0.24 354.29 0.26 0.68
Hex C2 98 9C 0 16 14 18 162 1A 44
Octal 302 230 234 0 26 24 30 542 32 104
Binary 11000010 10011000 10011100 0 10110 10100 11000 101100010 11010 1000100

Color Harmonies of #C2989C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2989C

Black with #C2989C

Text Example


Text Example

White with #C2989C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2989C; }

 p { color: rgb(194,152,156); }

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

background-color css

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

 a { background-color: rgb(194,152,156); }

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

border-color css

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

 span { border-color: rgb(194,152,156); }

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