Html Css Color HEX #D0969A Careys Pink

📋 copy color: '#D0969A'

red 208 ◦ green 150 ◦ blue 154

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

Shades of Careys Pink #D0969A

Tints of Careys Pink #D0969A

RGB

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

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

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

R = 40.63%
G = 29.3%
B = 30.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#D0969A (or 0xD0969A) is known color: Careys Pink. HEX triplet: D0, 96 and 9A. RGB value is (208,150,154). Sum of RGB (Red+Green+Blue) = 208+150+154=512 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.62% from 512); Green value is 150 (58.98% from 255 or 29.30% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 208 - color contains mainly: red. Hex color #D0969A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D0969A is #2F6965. Grayscale: #A7A7A7. Windows color (decimal): -3107174 or 10131152. OLE color: 10131152.

HSL color Cylindrical-coordinate representation of color #D0969A: hue angle of 355.86º 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 #D0969A is Cyan = 0, Magento = 0.28, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 150 154 -
CMYK 0 0.28 0.26 0.18
HSL 355.86º 0.38% 0.7% -
HSV(B) 355.86º 0.28% 0.82% -
XYZ 42.75 37.56 35.57 -
YUV 167.8 120.22 156.67 -
System Red Green Blue C M Y K H S L
Decimal 208 150 154 0 0.28 0.26 0.18 355.86 0.38 0.7
Hex D0 96 9A 0 1C 1A 12 164 26 46
Octal 320 226 232 0 34 32 22 544 46 106
Binary 11010000 10010110 10011010 0 11100 11010 10010 101100100 100110 1000110

Color Harmonies of #D0969A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0969A

Black with #D0969A

Text Example


Text Example

White with #D0969A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0969A; }

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

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

background-color css

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

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

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

border-color css

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

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

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