Html Css Color HEX #C19091 Careys Pink

📋 copy color: '#C19091'

red 193 ◦ green 144 ◦ blue 145

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

Shades of Careys Pink #C19091

Tints of Careys Pink #C19091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 29.88%

 BLUE value IS 145 (57.03% from 255) = 30.08%

R = 40.04%
G = 29.88%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.25

 K value IS 0.24

RGB Variations

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

Color information

#C19091 (or 0xC19091) is known color: Careys Pink. HEX triplet: C1, 90 and 91. RGB value is (193,144,145). Sum of RGB (Red+Green+Blue) = 193+144+145=482 (63% of max value = 765). Red value is 193 (75.78% from 255 or 40.04% from 482); Green value is 144 (56.64% from 255 or 29.88% from 482); Blue value is 145 (57.03% from 255 or 30.08% from 482); Max value from RGB is 193 - color contains mainly: red. Hex color #C19091 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19091 is #3E6F6E. Grayscale: #9E9E9E. Windows color (decimal): -4091759 or 9539777. OLE color: 9539777.

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

Color convert

RGB 193 144 145 -
CMYK 0 0.25 0.25 0.24
HSL 358.78º 0.28% 0.66% -
HSV(B) 358.78º 0.25% 0.76% -
XYZ 37.08 33.33 31.27 -
YUV 158.77 120.23 152.42 -
System Red Green Blue C M Y K H S L
Decimal 193 144 145 0 0.25 0.25 0.24 358.78 0.28 0.66
Hex C1 90 91 0 19 19 18 167 1C 42
Octal 301 220 221 0 31 31 30 547 34 102
Binary 11000001 10010000 10010001 0 11001 11001 11000 101100111 11100 1000010

Color Harmonies of #C19091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19091

Black with #C19091

Text Example


Text Example

White with #C19091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19091; }

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

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

background-color css

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

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

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

border-color css

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

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

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