Html Css Color HEX #C7999B Careys Pink

📋 copy color: '#C7999B'

red 199 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #C7999B

Tints of Careys Pink #C7999B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 30.57%

R = 39.25%
G = 30.18%
B = 30.57%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.22

 K value IS 0.22

RGB Variations

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

Color information

#C7999B (or 0xC7999B) is known color: Careys Pink. HEX triplet: C7, 99 and 9B. RGB value is (199,153,155). Sum of RGB (Red+Green+Blue) = 199+153+155=507 (67% of max value = 765). Red value is 199 (78.12% from 255 or 39.25% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 155 (60.94% from 255 or 30.57% from 507); Max value from RGB is 199 - color contains mainly: red. Hex color #C7999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #C7999B is #386664. Grayscale: #A7A7A7. Windows color (decimal): -3696229 or 10197447. OLE color: 10197447.

HSL color Cylindrical-coordinate representation of color #C7999B: hue angle of 357.39º 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 #C7999B is Cyan = 0, Magento = 0.23, Yellow = 0.22 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 153 155 -
CMYK 0 0.23 0.22 0.22
HSL 357.39º 0.29% 0.69% -
HSV(B) 357.39º 0.23% 0.78% -
XYZ 40.86 37.29 36.05 -
YUV 166.98 121.24 150.84 -
System Red Green Blue C M Y K H S L
Decimal 199 153 155 0 0.23 0.22 0.22 357.39 0.29 0.69
Hex C7 99 9B 0 17 16 16 165 1D 45
Octal 307 231 233 0 27 26 26 545 35 105
Binary 11000111 10011001 10011011 0 10111 10110 10110 101100101 11101 1000101

Color Harmonies of #C7999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7999B

Black with #C7999B

Text Example


Text Example

White with #C7999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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