Html Css Color HEX #C7999A Careys Pink

📋 copy color: '#C7999A'

red 199 ◦ green 153 ◦ blue 154

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

Shades of Careys Pink #C7999A

Tints of Careys Pink #C7999A

RGB

 RED value IS 199 (78.13% from 255) = 39.33%

 GREEN value IS 153 (60.16% from 255) = 30.24%

 BLUE value IS 154 (60.55% from 255) = 30.43%

R = 39.33%
G = 30.24%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.23

 K value IS 0.22

RGB Variations

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

Color information

#C7999A (or 0xC7999A) is known color: Careys Pink. HEX triplet: C7, 99 and 9A. RGB value is (199,153,154). Sum of RGB (Red+Green+Blue) = 199+153+154=506 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.33% from 506); Green value is 153 (60.16% from 255 or 30.24% from 506); Blue value is 154 (60.55% from 255 or 30.43% from 506); Max value from RGB is 199 - color contains mainly: red. Hex color #C7999A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7999A is #386665. Grayscale: #A6A6A6. Windows color (decimal): -3696230 or 10131911. OLE color: 10131911.

HSL color Cylindrical-coordinate representation of color #C7999A: hue angle of 358.7º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C7999A is Cyan = 0, Magento = 0.23, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 153 154 -
CMYK 0 0.23 0.23 0.22
HSL 358.7º 0.29% 0.69% -
HSV(B) 358.7º 0.23% 0.78% -
XYZ 40.78 37.26 35.61 -
YUV 166.87 120.74 150.92 -
System Red Green Blue C M Y K H S L
Decimal 199 153 154 0 0.23 0.23 0.22 358.7 0.29 0.69
Hex C7 99 9A 0 17 17 16 167 1D 45
Octal 307 231 232 0 27 27 26 547 35 105
Binary 11000111 10011001 10011010 0 10111 10111 10110 101100111 11101 1000101

Color Harmonies of #C7999A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7999A

Black with #C7999A

Text Example


Text Example

White with #C7999A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7999A; }

 p { color: rgb(199,153,154); }

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

background-color css

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

 a { background-color: rgb(199,153,154); }

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

border-color css

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

 span { border-color: rgb(199,153,154); }

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