Html Css Color HEX #D68CAD Kobi

📋 copy color: '#D68CAD'

red 214 ◦ green 140 ◦ blue 173

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

Shades of Kobi #D68CAD

Tints of Kobi #D68CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 32.83%

R = 40.61%
G = 26.57%
B = 32.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D68CAD (or 0xD68CAD) is known color: Kobi. HEX triplet: D6, 8C and AD. RGB value is (214,140,173). Sum of RGB (Red+Green+Blue) = 214+140+173=527 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.61% from 527); Green value is 140 (55.08% from 255 or 26.57% from 527); Blue value is 173 (67.97% from 255 or 32.83% from 527); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CAD is #297352. Grayscale: #A5A5A5. Windows color (decimal): -2716499 or 11373782. OLE color: 11373782.

HSL color Cylindrical-coordinate representation of color #D68CAD: hue angle of 333.24º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D68CAD is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 140 173 -
CMYK 0 0.35 0.19 0.16
HSL 333.24º 0.47% 0.69% -
HSV(B) 333.24º 0.35% 0.84% -
XYZ 44.65 36.07 44.14 -
YUV 165.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 214 140 173 0 0.35 0.19 0.16 333.24 0.47 0.69
Hex D6 8C AD 0 23 13 10 14D 2F 45
Octal 326 214 255 0 43 23 20 515 57 105
Binary 11010110 10001100 10101101 0 100011 10011 10000 101001101 101111 1000101

Color Harmonies of #D68CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CAD

Black with #D68CAD

Text Example


Text Example

White with #D68CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CAD; }

 p { color: rgb(214,140,173); }

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

background-color css

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

 a { background-color: rgb(214,140,173); }

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

border-color css

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

 span { border-color: rgb(214,140,173); }

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