Html Css Color HEX #D6999B Careys Pink

📋 copy color: '#D6999B'

red 214 ◦ green 153 ◦ blue 155

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

Shades of Careys Pink #D6999B

Tints of Careys Pink #D6999B

RGB

 RED value IS 214 (83.98% from 255) = 41%

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

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

R = 41%
G = 29.31%
B = 29.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.28

 K value IS 0.16

RGB Variations

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

Color information

#D6999B (or 0xD6999B) is known color: Careys Pink. HEX triplet: D6, 99 and 9B. RGB value is (214,153,155). Sum of RGB (Red+Green+Blue) = 214+153+155=522 (69% of max value = 765). Red value is 214 (83.98% from 255 or 41.00% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 155 (60.94% from 255 or 29.69% from 522); Max value from RGB is 214 - color contains mainly: red. Hex color #D6999B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6999B is #296664. Grayscale: #ABABAB. Windows color (decimal): -2713189 or 10197462. OLE color: 10197462.

HSL color Cylindrical-coordinate representation of color #D6999B: hue angle of 358.03º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D6999B is Cyan = 0, Magento = 0.29, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 153 155 -
CMYK 0 0.29 0.28 0.16
HSL 358.03º 0.43% 0.72% -
HSV(B) 358.03º 0.29% 0.84% -
XYZ 45.04 39.45 36.25 -
YUV 171.47 118.71 158.34 -
System Red Green Blue C M Y K H S L
Decimal 214 153 155 0 0.29 0.28 0.16 358.03 0.43 0.72
Hex D6 99 9B 0 1D 1C 10 166 2B 48
Octal 326 231 233 0 35 34 20 546 53 110
Binary 11010110 10011001 10011011 0 11101 11100 10000 101100110 101011 1001000

Color Harmonies of #D6999B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6999B

Black with #D6999B

Text Example


Text Example

White with #D6999B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6999B; }

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

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

background-color css

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

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

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

border-color css

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

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

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