Html Css Color HEX #C2989E Careys Pink

📋 copy color: '#C2989E'

red 194 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #C2989E

Tints of Careys Pink #C2989E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 31.35%

R = 38.49%
G = 30.16%
B = 31.35%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.24

RGB Variations

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

Color information

#C2989E (or 0xC2989E) is known color: Careys Pink. HEX triplet: C2, 98 and 9E. RGB value is (194,152,158). Sum of RGB (Red+Green+Blue) = 194+152+158=504 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.49% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 158 (62.11% from 255 or 31.35% from 504); Max value from RGB is 194 - color contains mainly: red. Hex color #C2989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2989E is #3D6761. Grayscale: #A5A5A5. Windows color (decimal): -4024162 or 10393794. OLE color: 10393794.

HSL color Cylindrical-coordinate representation of color #C2989E: hue angle of 351.43º 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 #C2989E is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 152 158 -
CMYK 0 0.22 0.19 0.24
HSL 351.43º 0.26% 0.68% -
HSV(B) 351.43º 0.22% 0.76% -
XYZ 39.65 36.39 37.28 -
YUV 165.24 123.91 148.51 -
System Red Green Blue C M Y K H S L
Decimal 194 152 158 0 0.22 0.19 0.24 351.43 0.26 0.68
Hex C2 98 9E 0 16 13 18 15F 1A 44
Octal 302 230 236 0 26 23 30 537 32 104
Binary 11000010 10011000 10011110 0 10110 10011 11000 101011111 11010 1000100

Color Harmonies of #C2989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2989E

Black with #C2989E

Text Example


Text Example

White with #C2989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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