Html Css Color HEX #C49A9F Careys Pink

📋 copy color: '#C49A9F'

red 196 ◦ green 154 ◦ blue 159

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

Shades of Careys Pink #C49A9F

Tints of Careys Pink #C49A9F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 30.26%

 BLUE value IS 159 (62.5% from 255) = 31.24%

R = 38.51%
G = 30.26%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.19

 K value IS 0.23

RGB Variations

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

Color information

#C49A9F (or 0xC49A9F) is known color: Careys Pink. HEX triplet: C4, 9A and 9F. RGB value is (196,154,159). Sum of RGB (Red+Green+Blue) = 196+154+159=509 (67% of max value = 765). Red value is 196 (76.95% from 255 or 38.51% from 509); Green value is 154 (60.55% from 255 or 30.26% from 509); Blue value is 159 (62.5% from 255 or 31.24% from 509); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A9F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C49A9F is #3B6560. Grayscale: #A7A7A7. Windows color (decimal): -3892577 or 10459844. OLE color: 10459844.

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

Color convert

RGB 196 154 159 -
CMYK 0 0.21 0.19 0.23
HSL 352.86º 0.26% 0.69% -
HSV(B) 352.86º 0.21% 0.77% -
XYZ 40.58 37.35 37.87 -
YUV 167.13 123.41 148.59 -
System Red Green Blue C M Y K H S L
Decimal 196 154 159 0 0.21 0.19 0.23 352.86 0.26 0.69
Hex C4 9A 9F 0 15 13 17 161 1A 45
Octal 304 232 237 0 25 23 27 541 32 105
Binary 11000100 10011010 10011111 0 10101 10011 10111 101100001 11010 1000101

Color Harmonies of #C49A9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C49A9F

Black with #C49A9F

Text Example


Text Example

White with #C49A9F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C49A9F; }

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

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

background-color css

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

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

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

border-color css

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

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

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