Html Css Color HEX #C19799 Careys Pink

📋 copy color: '#C19799'

red 193 ◦ green 151 ◦ blue 153

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

Shades of Careys Pink #C19799

Tints of Careys Pink #C19799

RGB

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

 GREEN value IS 151 (59.38% from 255) = 30.38%

 BLUE value IS 153 (60.16% from 255) = 30.78%

R = 38.83%
G = 30.38%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.21

 K value IS 0.24

RGB Variations

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

Color information

#C19799 (or 0xC19799) is known color: Careys Pink. HEX triplet: C1, 97 and 99. RGB value is (193,151,153). Sum of RGB (Red+Green+Blue) = 193+151+153=497 (65% of max value = 765). Red value is 193 (75.78% from 255 or 38.83% from 497); Green value is 151 (59.38% from 255 or 30.38% from 497); Blue value is 153 (60.16% from 255 or 30.78% from 497); Max value from RGB is 193 - color contains mainly: red. Hex color #C19799 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C19799 is #3E6866. Grayscale: #A3A3A3. Windows color (decimal): -4089959 or 10065857. OLE color: 10065857.

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

Color convert

RGB 193 151 153 -
CMYK 0 0.22 0.21 0.24
HSL 357.14º 0.25% 0.67% -
HSV(B) 357.14º 0.22% 0.76% -
XYZ 38.81 35.77 35 -
YUV 163.79 121.91 148.84 -
System Red Green Blue C M Y K H S L
Decimal 193 151 153 0 0.22 0.21 0.24 357.14 0.25 0.67
Hex C1 97 99 0 16 15 18 165 19 43
Octal 301 227 231 0 26 25 30 545 31 103
Binary 11000001 10010111 10011001 0 10110 10101 11000 101100101 11001 1000011

Color Harmonies of #C19799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C19799

Black with #C19799

Text Example


Text Example

White with #C19799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C19799; }

 p { color: rgb(193,151,153); }

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

background-color css

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

 a { background-color: rgb(193,151,153); }

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

border-color css

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

 span { border-color: rgb(193,151,153); }

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