Html Css Color HEX #D08CAA Kobi

📋 copy color: '#D08CAA'

red 208 ◦ green 140 ◦ blue 170

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

Shades of Kobi #D08CAA

Tints of Kobi #D08CAA

RGB

 RED value IS 208 (81.64% from 255) = 40.15%

 GREEN value IS 140 (55.08% from 255) = 27.03%

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

R = 40.15%
G = 27.03%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.18

RGB Variations

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

Color information

#D08CAA (or 0xD08CAA) is known color: Kobi. HEX triplet: D0, 8C and AA. RGB value is (208,140,170). Sum of RGB (Red+Green+Blue) = 208+140+170=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 140 (55.08% from 255 or 27.03% from 518); Blue value is 170 (66.80% from 255 or 32.82% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D08CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08CAA is #2F7355. Grayscale: #A3A3A3. Windows color (decimal): -3109718 or 11177168. OLE color: 11177168.

HSL color Cylindrical-coordinate representation of color #D08CAA: hue angle of 333.53º degrees, saturation: 0.42, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D08CAA is Cyan = 0, Magento = 0.33, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 140 170 -
CMYK 0 0.33 0.18 0.18
HSL 333.53º 0.42% 0.68% -
HSV(B) 333.53º 0.33% 0.82% -
XYZ 42.65 35.07 42.55 -
YUV 163.75 131.53 159.56 -
System Red Green Blue C M Y K H S L
Decimal 208 140 170 0 0.33 0.18 0.18 333.53 0.42 0.68
Hex D0 8C AA 0 21 12 12 14E 2A 44
Octal 320 214 252 0 41 22 22 516 52 104
Binary 11010000 10001100 10101010 0 100001 10010 10010 101001110 101010 1000100

Color Harmonies of #D08CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D08CAA

Black with #D08CAA

Text Example


Text Example

White with #D08CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D08CAA; }

 p { color: rgb(208,140,170); }

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

background-color css

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

 a { background-color: rgb(208,140,170); }

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

border-color css

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

 span { border-color: rgb(208,140,170); }

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