Html Css Color HEX #DC8CA8 Kobi

📋 copy color: '#DC8CA8'

red 220 ◦ green 140 ◦ blue 168

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

Shades of Kobi #DC8CA8

Tints of Kobi #DC8CA8

RGB

 RED value IS 220 (86.33% from 255) = 41.67%

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

 BLUE value IS 168 (66.02% from 255) = 31.82%

R = 41.67%
G = 26.52%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.14

RGB Variations

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

Color information

#DC8CA8 (or 0xDC8CA8) is known color: Kobi. HEX triplet: DC, 8C and A8. RGB value is (220,140,168). Sum of RGB (Red+Green+Blue) = 220+140+168=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 140 (55.08% from 255 or 26.52% from 528); Blue value is 168 (66.02% from 255 or 31.82% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8CA8 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8CA8 is #237357. Grayscale: #A7A7A7. Windows color (decimal): -2323288 or 11046108. OLE color: 11046108.

HSL color Cylindrical-coordinate representation of color #DC8CA8: hue angle of 339º degrees, saturation: 0.53, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DC8CA8 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 140 168 -
CMYK 0 0.36 0.24 0.14
HSL 339º 0.53% 0.71% -
HSV(B) 339º 0.36% 0.86% -
XYZ 45.96 36.8 41.73 -
YUV 167.11 128.5 165.72 -
System Red Green Blue C M Y K H S L
Decimal 220 140 168 0 0.36 0.24 0.14 339 0.53 0.71
Hex DC 8C A8 0 24 18 E 153 35 47
Octal 334 214 250 0 44 30 16 523 65 107
Binary 11011100 10001100 10101000 0 100100 11000 1110 101010011 110101 1000111

Color Harmonies of #DC8CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC8CA8

Black with #DC8CA8

Text Example


Text Example

White with #DC8CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC8CA8; }

 p { color: rgb(220,140,168); }

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

background-color css

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

 a { background-color: rgb(220,140,168); }

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

border-color css

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

 span { border-color: rgb(220,140,168); }

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