Html Css Color HEX #C99495 Careys Pink

📋 copy color: '#C99495'

red 201 ◦ green 148 ◦ blue 149

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

Shades of Careys Pink #C99495

Tints of Careys Pink #C99495

RGB

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

 GREEN value IS 148 (58.2% from 255) = 29.72%

 BLUE value IS 149 (58.59% from 255) = 29.92%

R = 40.36%
G = 29.72%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.21

RGB Variations

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

Color information

#C99495 (or 0xC99495) is known color: Careys Pink. HEX triplet: C9, 94 and 95. RGB value is (201,148,149). Sum of RGB (Red+Green+Blue) = 201+148+149=498 (65% of max value = 765). Red value is 201 (78.91% from 255 or 40.36% from 498); Green value is 148 (58.20% from 255 or 29.72% from 498); Blue value is 149 (58.59% from 255 or 29.92% from 498); Max value from RGB is 201 - color contains mainly: red. Hex color #C99495 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99495 is #366B6A. Grayscale: #A4A4A4. Windows color (decimal): -3566443 or 9802953. OLE color: 9802953.

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

Color convert

RGB 201 148 149 -
CMYK 0 0.26 0.26 0.21
HSL 358.87º 0.33% 0.68% -
HSV(B) 358.87º 0.26% 0.79% -
XYZ 40.1 35.77 33.22 -
YUV 163.96 119.56 154.42 -
System Red Green Blue C M Y K H S L
Decimal 201 148 149 0 0.26 0.26 0.21 358.87 0.33 0.68
Hex C9 94 95 0 1A 1A 15 167 21 44
Octal 311 224 225 0 32 32 25 547 41 104
Binary 11001001 10010100 10010101 0 11010 11010 10101 101100111 100001 1000100

Color Harmonies of #C99495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99495

Black with #C99495

Text Example


Text Example

White with #C99495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99495; }

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

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

background-color css

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

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

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

border-color css

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

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

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