Html Css Color HEX #CE9BAD Kobi

📋 copy color: '#CE9BAD'

red 206 ◦ green 155 ◦ blue 173

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

Shades of Kobi #CE9BAD

Tints of Kobi #CE9BAD

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.03%

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

R = 38.58%
G = 29.03%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE9BAD (or 0xCE9BAD) is known color: Kobi. HEX triplet: CE, 9B and AD. RGB value is (206,155,173). Sum of RGB (Red+Green+Blue) = 206+155+173=534 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.58% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 206 - color contains mainly: red. Hex color #CE9BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE9BAD is #316452. Grayscale: #ACACAC. Windows color (decimal): -3236947 or 11377614. OLE color: 11377614.

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

Color convert

RGB 206 155 173 -
CMYK 0 0.25 0.16 0.19
HSL 338.82º 0.34% 0.71% -
HSV(B) 338.82º 0.25% 0.81% -
XYZ 44.72 39.58 44.82 -
YUV 172.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 206 155 173 0 0.25 0.16 0.19 338.82 0.34 0.71
Hex CE 9B AD 0 19 10 13 153 22 47
Octal 316 233 255 0 31 20 23 523 42 107
Binary 11001110 10011011 10101101 0 11001 10000 10011 101010011 100010 1000111

Color Harmonies of #CE9BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE9BAD

Black with #CE9BAD

Text Example


Text Example

White with #CE9BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE9BAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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