Html Css Color HEX #C4989E Careys Pink

📋 copy color: '#C4989E'

red 196 ◦ green 152 ◦ blue 158

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

Shades of Careys Pink #C4989E

Tints of Careys Pink #C4989E

RGB

 RED value IS 196 (76.95% from 255) = 38.74%

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

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

R = 38.74%
G = 30.04%
B = 31.23%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C4989E (or 0xC4989E) is known color: Careys Pink. HEX triplet: C4, 98 and 9E. RGB value is (196,152,158). Sum of RGB (Red+Green+Blue) = 196+152+158=506 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.74% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 158 (62.11% from 255 or 31.23% from 506); Max value from RGB is 196 - color contains mainly: red. Hex color #C4989E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4989E is #3B6761. Grayscale: #A5A5A5. Windows color (decimal): -3893090 or 10393796. OLE color: 10393796.

HSL color Cylindrical-coordinate representation of color #C4989E: hue angle of 351.82º degrees, saturation: 0.27, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #C4989E is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 152 158 -
CMYK 0 0.22 0.19 0.23
HSL 351.82º 0.27% 0.68% -
HSV(B) 351.82º 0.22% 0.77% -
XYZ 40.16 36.66 37.31 -
YUV 165.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 196 152 158 0 0.22 0.19 0.23 351.82 0.27 0.68
Hex C4 98 9E 0 16 13 17 160 1B 44
Octal 304 230 236 0 26 23 27 540 33 104
Binary 11000100 10011000 10011110 0 10110 10011 10111 101100000 11011 1000100

Color Harmonies of #C4989E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4989E

Black with #C4989E

Text Example


Text Example

White with #C4989E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4989E; }

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

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

background-color css

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

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

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

border-color css

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

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

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