Html Css Color HEX #D68CAA Kobi

📋 copy color: '#D68CAA'

red 214 ◦ green 140 ◦ blue 170

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

Shades of Kobi #D68CAA

Tints of Kobi #D68CAA

RGB

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

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

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

R = 40.84%
G = 26.72%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D68CAA (or 0xD68CAA) is known color: Kobi. HEX triplet: D6, 8C and AA. RGB value is (214,140,170). Sum of RGB (Red+Green+Blue) = 214+140+170=524 (69% of max value = 765). Red value is 214 (83.98% from 255 or 40.84% from 524); Green value is 140 (55.08% from 255 or 26.72% from 524); Blue value is 170 (66.80% from 255 or 32.44% from 524); Max value from RGB is 214 - color contains mainly: red. Hex color #D68CAA is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68CAA is #297355. Grayscale: #A5A5A5. Windows color (decimal): -2716502 or 11177174. OLE color: 11177174.

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

Color convert

RGB 214 140 170 -
CMYK 0 0.35 0.21 0.16
HSL 335.68º 0.47% 0.69% -
HSV(B) 335.68º 0.35% 0.84% -
XYZ 44.37 35.95 42.63 -
YUV 165.55 130.52 162.56 -
System Red Green Blue C M Y K H S L
Decimal 214 140 170 0 0.35 0.21 0.16 335.68 0.47 0.69
Hex D6 8C AA 0 23 15 10 150 2F 45
Octal 326 214 252 0 43 25 20 520 57 105
Binary 11010110 10001100 10101010 0 100011 10101 10000 101010000 101111 1000101

Color Harmonies of #D68CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D68CAA

Black with #D68CAA

Text Example


Text Example

White with #D68CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D68CAA; }

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

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

background-color css

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

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

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

border-color css

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

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

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