Html Css Color HEX #D795B2 Kobi

📋 copy color: '#D795B2'

red 215 ◦ green 149 ◦ blue 178

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

Shades of Kobi #D795B2

Tints of Kobi #D795B2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 32.84%

R = 39.67%
G = 27.49%
B = 32.84%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.16

RGB Variations

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

Color information

#D795B2 (or 0xD795B2) is known color: Kobi. HEX triplet: D7, 95 and B2. RGB value is (215,149,178). Sum of RGB (Red+Green+Blue) = 215+149+178=542 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.67% from 542); Green value is 149 (58.59% from 255 or 27.49% from 542); Blue value is 178 (69.92% from 255 or 32.84% from 542); Max value from RGB is 215 - color contains mainly: red. Hex color #D795B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D795B2 is #286A4D. Grayscale: #ABABAB. Windows color (decimal): -2648654 or 11703767. OLE color: 11703767.

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

Color convert

RGB 215 149 178 -
CMYK 0 0.31 0.17 0.16
HSL 333.64º 0.45% 0.71% -
HSV(B) 333.64º 0.31% 0.84% -
XYZ 46.81 39.16 47.21 -
YUV 172.04 131.37 158.64 -
System Red Green Blue C M Y K H S L
Decimal 215 149 178 0 0.31 0.17 0.16 333.64 0.45 0.71
Hex D7 95 B2 0 1F 11 10 14E 2D 47
Octal 327 225 262 0 37 21 20 516 55 107
Binary 11010111 10010101 10110010 0 11111 10001 10000 101001110 101101 1000111

Color Harmonies of #D795B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795B2

Black with #D795B2

Text Example


Text Example

White with #D795B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795B2; }

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

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

background-color css

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

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

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

border-color css

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

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

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