Html Css Color HEX #D295A6 Kobi

📋 copy color: '#D295A6'

red 210 ◦ green 149 ◦ blue 166

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

Shades of Kobi #D295A6

Tints of Kobi #D295A6

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.38%

 BLUE value IS 166 (65.23% from 255) = 31.62%

R = 40%
G = 28.38%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.18

RGB Variations

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

Color information

#D295A6 (or 0xD295A6) is known color: Kobi. HEX triplet: D2, 95 and A6. RGB value is (210,149,166). Sum of RGB (Red+Green+Blue) = 210+149+166=525 (69% of max value = 765). Red value is 210 (82.42% from 255 or 40% from 525); Green value is 149 (58.59% from 255 or 28.38% from 525); Blue value is 166 (65.23% from 255 or 31.62% from 525); Max value from RGB is 210 - color contains mainly: red. Hex color #D295A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D295A6 is #2D6A59. Grayscale: #A9A9A9. Windows color (decimal): -2976346 or 10917330. OLE color: 10917330.

HSL color Cylindrical-coordinate representation of color #D295A6: hue angle of 343.28º degrees, saturation: 0.4, 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 #D295A6 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 149 166 -
CMYK 0 0.29 0.21 0.18
HSL 343.28º 0.4% 0.7% -
HSV(B) 343.28º 0.29% 0.82% -
XYZ 44.21 37.95 41.07 -
YUV 169.18 126.21 157.12 -
System Red Green Blue C M Y K H S L
Decimal 210 149 166 0 0.29 0.21 0.18 343.28 0.4 0.7
Hex D2 95 A6 0 1D 15 12 157 28 46
Octal 322 225 246 0 35 25 22 527 50 106
Binary 11010010 10010101 10100110 0 11101 10101 10010 101010111 101000 1000110

Color Harmonies of #D295A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D295A6

Black with #D295A6

Text Example


Text Example

White with #D295A6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D295A6; }

 p { color: rgb(210,149,166); }

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

background-color css

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

 a { background-color: rgb(210,149,166); }

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

border-color css

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

 span { border-color: rgb(210,149,166); }

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