Html Css Color HEX #C4999A Careys Pink

📋 copy color: '#C4999A'

red 196 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #C4999A

Tints of Careys Pink #C4999A

RGB

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

 GREEN value IS 153 (60.16% from 255) = 30.42%

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

R = 38.97%
G = 30.42%
B = 30.62%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.23

RGB Variations

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

Color information

#C4999A (or 0xC4999A) is known color: Careys Pink. HEX triplet: C4, 99 and 9A. RGB value is (196,153,154). Sum of RGB (Red+Green+Blue) = 196+153+154=503 (66% of max value = 765). Red value is 196 (76.95% from 255 or 38.97% from 503); Green value is 153 (60.16% from 255 or 30.42% from 503); Blue value is 154 (60.55% from 255 or 30.62% from 503); Max value from RGB is 196 - color contains mainly: red. Hex color #C4999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C4999A is #3B6665. Grayscale: #A6A6A6. Windows color (decimal): -3892838 or 10131908. OLE color: 10131908.

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

Color convert

RGB 196 153 154 -
CMYK 0 0.22 0.21 0.23
HSL 358.6º 0.27% 0.68% -
HSV(B) 358.6º 0.22% 0.77% -
XYZ 39.99 36.85 35.58 -
YUV 165.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 196 153 154 0 0.22 0.21 0.23 358.6 0.27 0.68
Hex C4 99 9A 0 16 15 17 167 1B 44
Octal 304 231 232 0 26 25 27 547 33 104
Binary 11000100 10011001 10011010 0 10110 10101 10111 101100111 11011 1000100

Color Harmonies of #C4999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4999A

Black with #C4999A

Text Example


Text Example

White with #C4999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4999A; }

 p { color: rgb(196,153,154); }

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

background-color css

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

 a { background-color: rgb(196,153,154); }

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

border-color css

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

 span { border-color: rgb(196,153,154); }

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