Html Css Color HEX #D29092 Careys Pink

📋 copy color: '#D29092'

red 210 ◦ green 144 ◦ blue 146

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

Shades of Careys Pink #D29092

Tints of Careys Pink #D29092

RGB

 RED value IS 210 (82.42% from 255) = 42%

 GREEN value IS 144 (56.64% from 255) = 28.8%

 BLUE value IS 146 (57.42% from 255) = 29.2%

R = 42%
G = 28.8%
B = 29.2%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#D29092 (or 0xD29092) is known color: Careys Pink. HEX triplet: D2, 90 and 92. RGB value is (210,144,146). Sum of RGB (Red+Green+Blue) = 210+144+146=500 (66% of max value = 765). Red value is 210 (82.42% from 255 or 42% from 500); Green value is 144 (56.64% from 255 or 28.8% from 500); Blue value is 146 (57.42% from 255 or 29.2% from 500); Max value from RGB is 210 - color contains mainly: red. Hex color #D29092 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D29092 is #2D6F6D. Grayscale: #A4A4A4. Windows color (decimal): -2977646 or 9605330. OLE color: 9605330.

HSL color Cylindrical-coordinate representation of color #D29092: hue angle of 358.18º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D29092 is Cyan = 0, Magento = 0.31, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 144 146 -
CMYK 0 0.31 0.30 0.18
HSL 358.18º 0.42% 0.69% -
HSV(B) 358.18º 0.31% 0.82% -
XYZ 41.74 35.72 31.89 -
YUV 163.96 117.87 160.84 -
System Red Green Blue C M Y K H S L
Decimal 210 144 146 0 0.31 0.30 0.18 358.18 0.42 0.69
Hex D2 90 92 0 1F 1E 12 166 2A 45
Octal 322 220 222 0 37 36 22 546 52 105
Binary 11010010 10010000 10010010 0 11111 11110 10010 101100110 101010 1000101

Color Harmonies of #D29092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D29092

Black with #D29092

Text Example


Text Example

White with #D29092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D29092; }

 p { color: rgb(210,144,146); }

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

background-color css

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

 a { background-color: rgb(210,144,146); }

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

border-color css

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

 span { border-color: rgb(210,144,146); }

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