Html Css Color HEX #D79CAA Kobi

📋 copy color: '#D79CAA'

red 215 ◦ green 156 ◦ blue 170

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

Shades of Kobi #D79CAA

Tints of Kobi #D79CAA

RGB

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

 GREEN value IS 156 (61.33% from 255) = 28.84%

 BLUE value IS 170 (66.8% from 255) = 31.42%

R = 39.74%
G = 28.84%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D79CAA (or 0xD79CAA) is known color: Kobi. HEX triplet: D7, 9C and AA. RGB value is (215,156,170). Sum of RGB (Red+Green+Blue) = 215+156+170=541 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.74% from 541); Green value is 156 (61.33% from 255 or 28.84% from 541); Blue value is 170 (66.80% from 255 or 31.42% from 541); Max value from RGB is 215 - color contains mainly: red. Hex color #D79CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79CAA is #286355. Grayscale: #AFAFAF. Windows color (decimal): -2646870 or 11181271. OLE color: 11181271.

HSL color Cylindrical-coordinate representation of color #D79CAA: hue angle of 345.76º degrees, saturation: 0.42, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D79CAA is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 156 170 -
CMYK 0 0.27 0.21 0.16
HSL 345.76º 0.42% 0.73% -
HSV(B) 345.76º 0.27% 0.84% -
XYZ 47.17 41.13 43.48 -
YUV 175.24 125.05 156.36 -
System Red Green Blue C M Y K H S L
Decimal 215 156 170 0 0.27 0.21 0.16 345.76 0.42 0.73
Hex D7 9C AA 0 1B 15 10 15A 2A 49
Octal 327 234 252 0 33 25 20 532 52 111
Binary 11010111 10011100 10101010 0 11011 10101 10000 101011010 101010 1001001

Color Harmonies of #D79CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D79CAA

Black with #D79CAA

Text Example


Text Example

White with #D79CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D79CAA; }

 p { color: rgb(215,156,170); }

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

background-color css

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

 a { background-color: rgb(215,156,170); }

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

border-color css

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

 span { border-color: rgb(215,156,170); }

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