Html Css Color HEX #DA969C Careys Pink

📋 copy color: '#DA969C'

red 218 ◦ green 150 ◦ blue 156

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

Shades of Careys Pink #DA969C

Tints of Careys Pink #DA969C

RGB

 RED value IS 218 (85.55% from 255) = 41.6%

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

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

R = 41.6%
G = 28.63%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.28

 K value IS 0.15

RGB Variations

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

Color information

#DA969C (or 0xDA969C) is known color: Careys Pink. HEX triplet: DA, 96 and 9C. RGB value is (218,150,156). Sum of RGB (Red+Green+Blue) = 218+150+156=524 (69% of max value = 765). Red value is 218 (85.55% from 255 or 41.60% from 524); Green value is 150 (58.98% from 255 or 28.63% from 524); Blue value is 156 (61.33% from 255 or 29.77% from 524); Max value from RGB is 218 - color contains mainly: red. Hex color #DA969C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA969C is #256963. Grayscale: #ABABAB. Windows color (decimal): -2451812 or 10262234. OLE color: 10262234.

HSL color Cylindrical-coordinate representation of color #DA969C: hue angle of 354.71º degrees, saturation: 0.48, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DA969C is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 150 156 -
CMYK 0 0.31 0.28 0.15
HSL 354.71º 0.48% 0.72% -
HSV(B) 354.71º 0.31% 0.85% -
XYZ 45.82 39.12 36.59 -
YUV 171.02 119.53 161.51 -
System Red Green Blue C M Y K H S L
Decimal 218 150 156 0 0.31 0.28 0.15 354.71 0.48 0.72
Hex DA 96 9C 0 1F 1C F 163 30 48
Octal 332 226 234 0 37 34 17 543 60 110
Binary 11011010 10010110 10011100 0 11111 11100 1111 101100011 110000 1001000

Color Harmonies of #DA969C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA969C

Black with #DA969C

Text Example


Text Example

White with #DA969C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA969C; }

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

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

background-color css

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

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

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

border-color css

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

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

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