Html Css Color HEX #C99397 Careys Pink

📋 copy color: '#C99397'

red 201 ◦ green 147 ◦ blue 151

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

Shades of Careys Pink #C99397

Tints of Careys Pink #C99397

RGB

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

 GREEN value IS 147 (57.81% from 255) = 29.46%

 BLUE value IS 151 (59.38% from 255) = 30.26%

R = 40.28%
G = 29.46%
B = 30.26%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.25

 K value IS 0.21

RGB Variations

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

Color information

#C99397 (or 0xC99397) is known color: Careys Pink. HEX triplet: C9, 93 and 97. RGB value is (201,147,151). Sum of RGB (Red+Green+Blue) = 201+147+151=499 (66% of max value = 765). Red value is 201 (78.91% from 255 or 40.28% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 151 (59.38% from 255 or 30.26% from 499); Max value from RGB is 201 - color contains mainly: red. Hex color #C99397 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99397 is #366C68. Grayscale: #A3A3A3. Windows color (decimal): -3566697 or 9933769. OLE color: 9933769.

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

Color convert

RGB 201 147 151 -
CMYK 0 0.27 0.25 0.21
HSL 355.56º 0.33% 0.68% -
HSV(B) 355.56º 0.27% 0.79% -
XYZ 40.11 35.52 34.02 -
YUV 163.6 120.89 154.67 -
System Red Green Blue C M Y K H S L
Decimal 201 147 151 0 0.27 0.25 0.21 355.56 0.33 0.68
Hex C9 93 97 0 1B 19 15 164 21 44
Octal 311 223 227 0 33 31 25 544 41 104
Binary 11001001 10010011 10010111 0 11011 11001 10101 101100100 100001 1000100

Color Harmonies of #C99397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99397

Black with #C99397

Text Example


Text Example

White with #C99397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99397; }

 p { color: rgb(201,147,151); }

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

background-color css

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

 a { background-color: rgb(201,147,151); }

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

border-color css

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

 span { border-color: rgb(201,147,151); }

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