Html Css Color HEX #D0969C Careys Pink

📋 copy color: '#D0969C'

red 208 ◦ green 150 ◦ blue 156

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

Shades of Careys Pink #D0969C

Tints of Careys Pink #D0969C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 30.35%

R = 40.47%
G = 29.18%
B = 30.35%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.25

 K value IS 0.18

RGB Variations

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

Color information

#D0969C (or 0xD0969C) is known color: Careys Pink. HEX triplet: D0, 96 and 9C. RGB value is (208,150,156). Sum of RGB (Red+Green+Blue) = 208+150+156=514 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.47% from 514); Green value is 150 (58.98% from 255 or 29.18% from 514); Blue value is 156 (61.33% from 255 or 30.35% from 514); Max value from RGB is 208 - color contains mainly: red. Hex color #D0969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0969C is #2F6963. Grayscale: #A8A8A8. Windows color (decimal): -3107172 or 10262224. OLE color: 10262224.

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

Color convert

RGB 208 150 156 -
CMYK 0 0.28 0.25 0.18
HSL 353.79º 0.38% 0.7% -
HSV(B) 353.79º 0.28% 0.82% -
XYZ 42.92 37.62 36.45 -
YUV 168.03 121.22 156.51 -
System Red Green Blue C M Y K H S L
Decimal 208 150 156 0 0.28 0.25 0.18 353.79 0.38 0.7
Hex D0 96 9C 0 1C 19 12 162 26 46
Octal 320 226 234 0 34 31 22 542 46 106
Binary 11010000 10010110 10011100 0 11100 11001 10010 101100010 100110 1000110

Color Harmonies of #D0969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0969C

Black with #D0969C

Text Example


Text Example

White with #D0969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0969C; }

 p { color: rgb(208,150,156); }

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

background-color css

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

 a { background-color: rgb(208,150,156); }

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

border-color css

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

 span { border-color: rgb(208,150,156); }

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