Html Css Color HEX #D69CAA Kobi

📋 copy color: '#D69CAA'

red 214 ◦ green 156 ◦ blue 170

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

Shades of Kobi #D69CAA

Tints of Kobi #D69CAA

RGB

 RED value IS 214 (83.98% from 255) = 39.63%

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

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

R = 39.63%
G = 28.89%
B = 31.48%

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

#D69CAA (or 0xD69CAA) is known color: Kobi. HEX triplet: D6, 9C and AA. RGB value is (214,156,170). Sum of RGB (Red+Green+Blue) = 214+156+170=540 (71% of max value = 765). Red value is 214 (83.98% from 255 or 39.63% from 540); Green value is 156 (61.33% from 255 or 28.89% from 540); Blue value is 170 (66.80% from 255 or 31.48% from 540); Max value from RGB is 214 - color contains mainly: red. Hex color #D69CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D69CAA is #296355. Grayscale: #AEAEAE. Windows color (decimal): -2712406 or 11181270. OLE color: 11181270.

HSL color Cylindrical-coordinate representation of color #D69CAA: hue angle of 345.52º degrees, saturation: 0.41, 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 #D69CAA is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 156 170 -
CMYK 0 0.27 0.21 0.16
HSL 345.52º 0.41% 0.73% -
HSV(B) 345.52º 0.27% 0.84% -
XYZ 46.88 40.98 43.47 -
YUV 174.94 125.22 155.86 -
System Red Green Blue C M Y K H S L
Decimal 214 156 170 0 0.27 0.21 0.16 345.52 0.41 0.73
Hex D6 9C AA 0 1B 15 10 15A 29 49
Octal 326 234 252 0 33 25 20 532 51 111
Binary 11010110 10011100 10101010 0 11011 10101 10000 101011010 101001 1001001

Color Harmonies of #D69CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D69CAA

Black with #D69CAA

Text Example


Text Example

White with #D69CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D69CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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