Html Css Color HEX #C48E8F Careys Pink

📋 copy color: '#C48E8F'

red 196 ◦ green 142 ◦ blue 143

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

Shades of Careys Pink #C48E8F

Tints of Careys Pink #C48E8F

RGB

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

 GREEN value IS 142 (55.86% from 255) = 29.52%

 BLUE value IS 143 (56.25% from 255) = 29.73%

R = 40.75%
G = 29.52%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.27

 K value IS 0.23

RGB Variations

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

Color information

#C48E8F (or 0xC48E8F) is known color: Careys Pink. HEX triplet: C4, 8E and 8F. RGB value is (196,142,143). Sum of RGB (Red+Green+Blue) = 196+142+143=481 (63% of max value = 765). Red value is 196 (76.95% from 255 or 40.75% from 481); Green value is 142 (55.86% from 255 or 29.52% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 196 - color contains mainly: red. Hex color #C48E8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C48E8F is #3B7170. Grayscale: #9E9E9E. Windows color (decimal): -3895665 or 9408196. OLE color: 9408196.

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

Color convert

RGB 196 142 143 -
CMYK 0 0.28 0.27 0.23
HSL 358.89º 0.31% 0.66% -
HSV(B) 358.89º 0.28% 0.77% -
XYZ 37.4 33.06 30.4 -
YUV 158.26 119.39 154.92 -
System Red Green Blue C M Y K H S L
Decimal 196 142 143 0 0.28 0.27 0.23 358.89 0.31 0.66
Hex C4 8E 8F 0 1C 1B 17 167 1F 42
Octal 304 216 217 0 34 33 27 547 37 102
Binary 11000100 10001110 10001111 0 11100 11011 10111 101100111 11111 1000010

Color Harmonies of #C48E8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C48E8F

Black with #C48E8F

Text Example


Text Example

White with #C48E8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C48E8F; }

 p { color: rgb(196,142,143); }

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

background-color css

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

 a { background-color: rgb(196,142,143); }

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

border-color css

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

 span { border-color: rgb(196,142,143); }

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