Html Css Color HEX #CE93AD Kobi

📋 copy color: '#CE93AD'

red 206 ◦ green 147 ◦ blue 173

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

Shades of Kobi #CE93AD

Tints of Kobi #CE93AD

RGB

 RED value IS 206 (80.86% from 255) = 39.16%

 GREEN value IS 147 (57.81% from 255) = 27.95%

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

R = 39.16%
G = 27.95%
B = 32.89%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE93AD (or 0xCE93AD) is known color: Kobi. HEX triplet: CE, 93 and AD. RGB value is (206,147,173). Sum of RGB (Red+Green+Blue) = 206+147+173=526 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.16% from 526); Green value is 147 (57.81% from 255 or 27.95% from 526); Blue value is 173 (67.97% from 255 or 32.89% from 526); Max value from RGB is 206 - color contains mainly: red. Hex color #CE93AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE93AD is #316C52. Grayscale: #A7A7A7. Windows color (decimal): -3238995 or 11375566. OLE color: 11375566.

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

Color convert

RGB 206 147 173 -
CMYK 0 0.29 0.16 0.19
HSL 333.56º 0.38% 0.69% -
HSV(B) 333.56º 0.29% 0.81% -
XYZ 43.43 37.01 44.39 -
YUV 167.61 131.05 155.39 -
System Red Green Blue C M Y K H S L
Decimal 206 147 173 0 0.29 0.16 0.19 333.56 0.38 0.69
Hex CE 93 AD 0 1D 10 13 14E 26 45
Octal 316 223 255 0 35 20 23 516 46 105
Binary 11001110 10010011 10101101 0 11101 10000 10011 101001110 100110 1000101

Color Harmonies of #CE93AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE93AD

Black with #CE93AD

Text Example


Text Example

White with #CE93AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE93AD; }

 p { color: rgb(206,147,173); }

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

background-color css

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

 a { background-color: rgb(206,147,173); }

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

border-color css

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

 span { border-color: rgb(206,147,173); }

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