Html Css Color HEX #CE95AC Kobi

📋 copy color: '#CE95AC'

red 206 ◦ green 149 ◦ blue 172

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

Shades of Kobi #CE95AC

Tints of Kobi #CE95AC

RGB

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

 GREEN value IS 149 (58.59% from 255) = 28.27%

 BLUE value IS 172 (67.58% from 255) = 32.64%

R = 39.09%
G = 28.27%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CE95AC (or 0xCE95AC) is known color: Kobi. HEX triplet: CE, 95 and AC. RGB value is (206,149,172). Sum of RGB (Red+Green+Blue) = 206+149+172=527 (69% of max value = 765). Red value is 206 (80.86% from 255 or 39.09% from 527); Green value is 149 (58.59% from 255 or 28.27% from 527); Blue value is 172 (67.58% from 255 or 32.64% from 527); Max value from RGB is 206 - color contains mainly: red. Hex color #CE95AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CE95AC is #316A53. Grayscale: #A8A8A8. Windows color (decimal): -3238484 or 11310542. OLE color: 11310542.

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

Color convert

RGB 206 149 172 -
CMYK 0 0.28 0.17 0.19
HSL 335.79º 0.37% 0.7% -
HSV(B) 335.79º 0.28% 0.81% -
XYZ 43.65 37.6 43.99 -
YUV 168.67 129.88 154.63 -
System Red Green Blue C M Y K H S L
Decimal 206 149 172 0 0.28 0.17 0.19 335.79 0.37 0.7
Hex CE 95 AC 0 1C 11 13 150 25 46
Octal 316 225 254 0 34 21 23 520 45 106
Binary 11001110 10010101 10101100 0 11100 10001 10011 101010000 100101 1000110

Color Harmonies of #CE95AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CE95AC

Black with #CE95AC

Text Example


Text Example

White with #CE95AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CE95AC; }

 p { color: rgb(206,149,172); }

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

background-color css

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

 a { background-color: rgb(206,149,172); }

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

border-color css

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

 span { border-color: rgb(206,149,172); }

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