Html Css Color HEX #D795AF Kobi

📋 copy color: '#D795AF'

red 215 ◦ green 149 ◦ blue 175

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

Shades of Kobi #D795AF

Tints of Kobi #D795AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 32.47%

R = 39.89%
G = 27.64%
B = 32.47%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D795AF (or 0xD795AF) is known color: Kobi. HEX triplet: D7, 95 and AF. RGB value is (215,149,175). Sum of RGB (Red+Green+Blue) = 215+149+175=539 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.89% from 539); Green value is 149 (58.59% from 255 or 27.64% from 539); Blue value is 175 (68.75% from 255 or 32.47% from 539); Max value from RGB is 215 - color contains mainly: red. Hex color #D795AF is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D795AF is #286A50. Grayscale: #ABABAB. Windows color (decimal): -2648657 or 11507159. OLE color: 11507159.

HSL color Cylindrical-coordinate representation of color #D795AF: hue angle of 336.36º 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 #D795AF is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 149 175 -
CMYK 0 0.31 0.19 0.16
HSL 336.36º 0.45% 0.71% -
HSV(B) 336.36º 0.31% 0.84% -
XYZ 46.51 39.04 45.64 -
YUV 171.7 129.87 158.89 -
System Red Green Blue C M Y K H S L
Decimal 215 149 175 0 0.31 0.19 0.16 336.36 0.45 0.71
Hex D7 95 AF 0 1F 13 10 150 2D 47
Octal 327 225 257 0 37 23 20 520 55 107
Binary 11010111 10010101 10101111 0 11111 10011 10000 101010000 101101 1000111

Color Harmonies of #D795AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795AF

Black with #D795AF

Text Example


Text Example

White with #D795AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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