Html Css Color HEX #CE97AD Kobi

📋 copy color: '#CE97AD'

red 206 ◦ green 151 ◦ blue 173

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

Shades of Kobi #CE97AD

Tints of Kobi #CE97AD

RGB

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

 GREEN value IS 151 (59.38% from 255) = 28.49%

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

R = 38.87%
G = 28.49%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CE97AD (or 0xCE97AD) is known color: Kobi. HEX triplet: CE, 97 and AD. RGB value is (206,151,173). Sum of RGB (Red+Green+Blue) = 206+151+173=530 (70% of max value = 765). Red value is 206 (80.86% from 255 or 38.87% from 530); Green value is 151 (59.38% from 255 or 28.49% from 530); Blue value is 173 (67.97% from 255 or 32.64% from 530); Max value from RGB is 206 - color contains mainly: red. Hex color #CE97AD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE97AD is #316852. Grayscale: #A9A9A9. Windows color (decimal): -3237971 or 11376590. OLE color: 11376590.

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

Color convert

RGB 206 151 173 -
CMYK 0 0.27 0.16 0.19
HSL 336º 0.36% 0.7% -
HSV(B) 336º 0.27% 0.81% -
XYZ 44.06 38.27 44.6 -
YUV 169.95 129.72 153.71 -
System Red Green Blue C M Y K H S L
Decimal 206 151 173 0 0.27 0.16 0.19 336 0.36 0.7
Hex CE 97 AD 0 1B 10 13 150 24 46
Octal 316 227 255 0 33 20 23 520 44 106
Binary 11001110 10010111 10101101 0 11011 10000 10011 101010000 100100 1000110

Color Harmonies of #CE97AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE97AD

Black with #CE97AD

Text Example


Text Example

White with #CE97AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE97AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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