Html Css Color HEX #D0949B Careys Pink

📋 copy color: '#D0949B'

red 208 ◦ green 148 ◦ blue 155

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

Shades of Careys Pink #D0949B

Tints of Careys Pink #D0949B

RGB

 RED value IS 208 (81.64% from 255) = 40.7%

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

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

R = 40.7%
G = 28.96%
B = 30.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0949B (or 0xD0949B) is known color: Careys Pink. HEX triplet: D0, 94 and 9B. RGB value is (208,148,155). Sum of RGB (Red+Green+Blue) = 208+148+155=511 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.70% from 511); Green value is 148 (58.20% from 255 or 28.96% from 511); Blue value is 155 (60.94% from 255 or 30.33% from 511); Max value from RGB is 208 - color contains mainly: red. Hex color #D0949B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0949B is #2F6B64. Grayscale: #A6A6A6. Windows color (decimal): -3107685 or 10196176. OLE color: 10196176.

HSL color Cylindrical-coordinate representation of color #D0949B: hue angle of 353º degrees, saturation: 0.39, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D0949B is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 148 155 -
CMYK 0 0.29 0.25 0.18
HSL 353º 0.39% 0.7% -
HSV(B) 353º 0.29% 0.82% -
XYZ 42.52 36.96 35.9 -
YUV 166.74 121.38 157.43 -
System Red Green Blue C M Y K H S L
Decimal 208 148 155 0 0.29 0.25 0.18 353 0.39 0.7
Hex D0 94 9B 0 1D 19 12 161 27 46
Octal 320 224 233 0 35 31 22 541 47 106
Binary 11010000 10010100 10011011 0 11101 11001 10010 101100001 100111 1000110

Color Harmonies of #D0949B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0949B

Black with #D0949B

Text Example


Text Example

White with #D0949B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0949B; }

 p { color: rgb(208,148,155); }

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

background-color css

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

 a { background-color: rgb(208,148,155); }

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

border-color css

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

 span { border-color: rgb(208,148,155); }

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