Html Css Color HEX #C18E90 Careys Pink

📋 copy color: '#C18E90'

red 193 ◦ green 142 ◦ blue 144

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

Shades of Careys Pink #C18E90

Tints of Careys Pink #C18E90

RGB

 RED value IS 193 (75.78% from 255) = 40.29%

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

 BLUE value IS 144 (56.64% from 255) = 30.06%

R = 40.29%
G = 29.65%
B = 30.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C18E90 (or 0xC18E90) is known color: Careys Pink. HEX triplet: C1, 8E and 90. RGB value is (193,142,144). Sum of RGB (Red+Green+Blue) = 193+142+144=479 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.29% from 479); Green value is 142 (55.86% from 255 or 29.65% from 479); Blue value is 144 (56.64% from 255 or 30.06% from 479); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C18E90 is #3E716F. Grayscale: #9D9D9D. Windows color (decimal): -4092272 or 9473729. OLE color: 9473729.

HSL color Cylindrical-coordinate representation of color #C18E90: hue angle of 357.65º degrees, saturation: 0.29, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C18E90 is Cyan = 0, Magento = 0.26, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 142 144 -
CMYK 0 0.26 0.25 0.24
HSL 357.65º 0.29% 0.66% -
HSV(B) 357.65º 0.26% 0.76% -
XYZ 36.7 32.7 30.76 -
YUV 157.48 120.4 153.34 -
System Red Green Blue C M Y K H S L
Decimal 193 142 144 0 0.26 0.25 0.24 357.65 0.29 0.66
Hex C1 8E 90 0 1A 19 18 166 1D 42
Octal 301 216 220 0 32 31 30 546 35 102
Binary 11000001 10001110 10010000 0 11010 11001 11000 101100110 11101 1000010

Color Harmonies of #C18E90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C18E90

Black with #C18E90

Text Example


Text Example

White with #C18E90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C18E90; }

 p { color: rgb(193,142,144); }

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

background-color css

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

 a { background-color: rgb(193,142,144); }

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

border-color css

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

 span { border-color: rgb(193,142,144); }

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