Html Css Color HEX #C2989B Careys Pink

📋 copy color: '#C2989B'

red 194 ◦ green 152 ◦ blue 155

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

Shades of Careys Pink #C2989B

Tints of Careys Pink #C2989B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.94%

R = 38.72%
G = 30.34%
B = 30.94%

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

#C2989B (or 0xC2989B) is known color: Careys Pink. HEX triplet: C2, 98 and 9B. RGB value is (194,152,155). Sum of RGB (Red+Green+Blue) = 194+152+155=501 (66% of max value = 765). Red value is 194 (76.17% from 255 or 38.72% from 501); Green value is 152 (59.77% from 255 or 30.34% from 501); Blue value is 155 (60.94% from 255 or 30.94% from 501); Max value from RGB is 194 - color contains mainly: red. Hex color #C2989B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C2989B is #3D6764. Grayscale: #A4A4A4. Windows color (decimal): -4024165 or 10197186. OLE color: 10197186.

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

Color convert

RGB 194 152 155 -
CMYK 0 0.22 0.20 0.24
HSL 355.71º 0.26% 0.68% -
HSV(B) 355.71º 0.22% 0.76% -
XYZ 39.39 36.29 35.94 -
YUV 164.9 122.41 148.76 -
System Red Green Blue C M Y K H S L
Decimal 194 152 155 0 0.22 0.20 0.24 355.71 0.26 0.68
Hex C2 98 9B 0 16 14 18 164 1A 44
Octal 302 230 233 0 26 24 30 544 32 104
Binary 11000010 10011000 10011011 0 10110 10100 11000 101100100 11010 1000100

Color Harmonies of #C2989B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2989B

Black with #C2989B

Text Example


Text Example

White with #C2989B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2989B; }

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

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

background-color css

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

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

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

border-color css

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

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

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