Html Css Color HEX #C99194 Careys Pink

📋 copy color: '#C99194'

red 201 ◦ green 145 ◦ blue 148

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

Shades of Careys Pink #C99194

Tints of Careys Pink #C99194

RGB

 RED value IS 201 (78.91% from 255) = 40.69%

 GREEN value IS 145 (57.03% from 255) = 29.35%

 BLUE value IS 148 (58.2% from 255) = 29.96%

R = 40.69%
G = 29.35%
B = 29.96%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C99194 (or 0xC99194) is known color: Careys Pink. HEX triplet: C9, 91 and 94. RGB value is (201,145,148). Sum of RGB (Red+Green+Blue) = 201+145+148=494 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.69% from 494); Green value is 145 (57.03% from 255 or 29.35% from 494); Blue value is 148 (58.20% from 255 or 29.96% from 494); Max value from RGB is 201 - color contains mainly: red. Hex color #C99194 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99194 is #366E6B. Grayscale: #A2A2A2. Windows color (decimal): -3567212 or 9736649. OLE color: 9736649.

HSL color Cylindrical-coordinate representation of color #C99194: hue angle of 356.79º degrees, saturation: 0.34, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #C99194 is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.21.

Color convert

RGB 201 145 148 -
CMYK 0 0.28 0.26 0.21
HSL 356.79º 0.34% 0.68% -
HSV(B) 356.79º 0.28% 0.79% -
XYZ 39.56 34.81 32.65 -
YUV 162.09 120.05 155.76 -
System Red Green Blue C M Y K H S L
Decimal 201 145 148 0 0.28 0.26 0.21 356.79 0.34 0.68
Hex C9 91 94 0 1C 1A 15 165 22 44
Octal 311 221 224 0 34 32 25 545 42 104
Binary 11001001 10010001 10010100 0 11100 11010 10101 101100101 100010 1000100

Color Harmonies of #C99194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99194

Black with #C99194

Text Example


Text Example

White with #C99194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99194; }

 p { color: rgb(201,145,148); }

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

background-color css

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

 a { background-color: rgb(201,145,148); }

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

border-color css

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

 span { border-color: rgb(201,145,148); }

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