Html Css Color HEX #D795A3 Kobi

📋 copy color: '#D795A3'

red 215 ◦ green 149 ◦ blue 163

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

Shades of Kobi #D795A3

Tints of Kobi #D795A3

RGB

 RED value IS 215 (84.38% from 255) = 40.8%

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

 BLUE value IS 163 (64.06% from 255) = 30.93%

R = 40.8%
G = 28.27%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.16

RGB Variations

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

Color information

#D795A3 (or 0xD795A3) is known color: Kobi. HEX triplet: D7, 95 and A3. RGB value is (215,149,163). Sum of RGB (Red+Green+Blue) = 215+149+163=527 (69% of max value = 765). Red value is 215 (84.38% from 255 or 40.80% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 163 (64.06% from 255 or 30.93% from 527); Max value from RGB is 215 - color contains mainly: red. Hex color #D795A3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D795A3 is #286A5C. Grayscale: #AAAAAA. Windows color (decimal): -2648669 or 10720727. OLE color: 10720727.

HSL color Cylindrical-coordinate representation of color #D795A3: hue angle of 347.27º degrees, saturation: 0.45, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D795A3 is Cyan = 0, Magento = 0.31, Yellow = 0.24 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 149 163 -
CMYK 0 0.31 0.24 0.16
HSL 347.27º 0.45% 0.71% -
HSV(B) 347.27º 0.31% 0.84% -
XYZ 45.38 38.59 39.71 -
YUV 170.33 123.87 159.86 -
System Red Green Blue C M Y K H S L
Decimal 215 149 163 0 0.31 0.24 0.16 347.27 0.45 0.71
Hex D7 95 A3 0 1F 18 10 15B 2D 47
Octal 327 225 243 0 37 30 20 533 55 107
Binary 11010111 10010101 10100011 0 11111 11000 10000 101011011 101101 1000111

Color Harmonies of #D795A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795A3

Black with #D795A3

Text Example


Text Example

White with #D795A3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795A3; }

 p { color: rgb(215,149,163); }

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

background-color css

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

 a { background-color: rgb(215,149,163); }

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

border-color css

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

 span { border-color: rgb(215,149,163); }

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