Html Css Color HEX #C2989A Careys Pink

📋 copy color: '#C2989A'

red 194 ◦ green 152 ◦ blue 154

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

Shades of Careys Pink #C2989A

Tints of Careys Pink #C2989A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 30.8%

R = 38.8%
G = 30.4%
B = 30.8%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C2989A (or 0xC2989A) is known color: Careys Pink. HEX triplet: C2, 98 and 9A. RGB value is (194,152,154). Sum of RGB (Red+Green+Blue) = 194+152+154=500 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.8% from 500); Green value is 152 (59.77% from 255 or 30.4% from 500); Blue value is 154 (60.55% from 255 or 30.8% from 500); Max value from RGB is 194 - color contains mainly: red. Hex color #C2989A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2989A is #3D6765. Grayscale: #A4A4A4. Windows color (decimal): -4024166 or 10131650. OLE color: 10131650.

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

Color convert

RGB 194 152 154 -
CMYK 0 0.22 0.21 0.24
HSL 357.14º 0.26% 0.68% -
HSV(B) 357.14º 0.22% 0.76% -
XYZ 39.31 36.26 35.5 -
YUV 164.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 194 152 154 0 0.22 0.21 0.24 357.14 0.26 0.68
Hex C2 98 9A 0 16 15 18 165 1A 44
Octal 302 230 232 0 26 25 30 545 32 104
Binary 11000010 10011000 10011010 0 10110 10101 11000 101100101 11010 1000100

Color Harmonies of #C2989A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2989A

Black with #C2989A

Text Example


Text Example

White with #C2989A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2989A; }

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

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

background-color css

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

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

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

border-color css

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

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

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