Html Css Color HEX #CC99AC Kobi

📋 copy color: '#CC99AC'

red 204 ◦ green 153 ◦ blue 172

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

Shades of Kobi #CC99AC

Tints of Kobi #CC99AC

RGB

 RED value IS 204 (80.08% from 255) = 38.56%

 GREEN value IS 153 (60.16% from 255) = 28.92%

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

R = 38.56%
G = 28.92%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC99AC (or 0xCC99AC) is known color: Kobi. HEX triplet: CC, 99 and AC. RGB value is (204,153,172). Sum of RGB (Red+Green+Blue) = 204+153+172=529 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.56% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 204 - color contains mainly: red. Hex color #CC99AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC99AC is #336653. Grayscale: #AAAAAA. Windows color (decimal): -3368532 or 11311564. OLE color: 11311564.

HSL color Cylindrical-coordinate representation of color #CC99AC: hue angle of 337.65º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CC99AC is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 153 172 -
CMYK 0 0.25 0.16 0.2
HSL 337.65º 0.33% 0.7% -
HSV(B) 337.65º 0.25% 0.8% -
XYZ 43.74 38.6 44.17 -
YUV 170.42 128.9 151.96 -
System Red Green Blue C M Y K H S L
Decimal 204 153 172 0 0.25 0.16 0.2 337.65 0.33 0.7
Hex CC 99 AC 0 19 10 14 152 21 46
Octal 314 231 254 0 31 20 24 522 41 106
Binary 11001100 10011001 10101100 0 11001 10000 10100 101010010 100001 1000110

Color Harmonies of #CC99AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC99AC

Black with #CC99AC

Text Example


Text Example

White with #CC99AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC99AC; }

 p { color: rgb(204,153,172); }

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

background-color css

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

 a { background-color: rgb(204,153,172); }

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

border-color css

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

 span { border-color: rgb(204,153,172); }

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