Html Css Color HEX #C99699 Careys Pink

📋 copy color: '#C99699'

red 201 ◦ green 150 ◦ blue 153

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

Shades of Careys Pink #C99699

Tints of Careys Pink #C99699

RGB

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

 GREEN value IS 150 (58.98% from 255) = 29.76%

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

R = 39.88%
G = 29.76%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.21

RGB Variations

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

Color information

#C99699 (or 0xC99699) is known color: Careys Pink. HEX triplet: C9, 96 and 99. RGB value is (201,150,153). Sum of RGB (Red+Green+Blue) = 201+150+153=504 (66% of max value = 765). Red value is 201 (78.91% from 255 or 39.88% from 504); Green value is 150 (58.98% from 255 or 29.76% from 504); Blue value is 153 (60.16% from 255 or 30.36% from 504); Max value from RGB is 201 - color contains mainly: red. Hex color #C99699 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C99699 is #366966. Grayscale: #A5A5A5. Windows color (decimal): -3565927 or 10065609. OLE color: 10065609.

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

Color convert

RGB 201 150 153 -
CMYK 0 0.25 0.24 0.21
HSL 356.47º 0.32% 0.69% -
HSV(B) 356.47º 0.25% 0.79% -
XYZ 40.74 36.53 35.04 -
YUV 165.59 120.9 153.26 -
System Red Green Blue C M Y K H S L
Decimal 201 150 153 0 0.25 0.24 0.21 356.47 0.32 0.69
Hex C9 96 99 0 19 18 15 164 20 45
Octal 311 226 231 0 31 30 25 544 40 105
Binary 11001001 10010110 10011001 0 11001 11000 10101 101100100 100000 1000101

Color Harmonies of #C99699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C99699

Black with #C99699

Text Example


Text Example

White with #C99699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C99699; }

 p { color: rgb(201,150,153); }

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

background-color css

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

 a { background-color: rgb(201,150,153); }

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

border-color css

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

 span { border-color: rgb(201,150,153); }

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