Html Css Color HEX #CC96AC Kobi

📋 copy color: '#CC96AC'

red 204 ◦ green 150 ◦ blue 172

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

Shades of Kobi #CC96AC

Tints of Kobi #CC96AC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 28.52%

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

R = 38.78%
G = 28.52%
B = 32.7%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.2

RGB Variations

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

Color information

#CC96AC (or 0xCC96AC) is known color: Kobi. HEX triplet: CC, 96 and AC. RGB value is (204,150,172). Sum of RGB (Red+Green+Blue) = 204+150+172=526 (69% of max value = 765). Red value is 204 (80.08% from 255 or 38.78% from 526); Green value is 150 (58.98% from 255 or 28.52% from 526); Blue value is 172 (67.58% from 255 or 32.70% from 526); Max value from RGB is 204 - color contains mainly: red. Hex color #CC96AC is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC96AC is #336953. Grayscale: #A8A8A8. Windows color (decimal): -3369300 or 11310796. OLE color: 11310796.

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

Color convert

RGB 204 150 172 -
CMYK 0 0.26 0.16 0.2
HSL 335.56º 0.35% 0.69% -
HSV(B) 335.56º 0.26% 0.8% -
XYZ 43.25 37.63 44.01 -
YUV 168.65 129.89 153.21 -
System Red Green Blue C M Y K H S L
Decimal 204 150 172 0 0.26 0.16 0.2 335.56 0.35 0.69
Hex CC 96 AC 0 1A 10 14 150 23 45
Octal 314 226 254 0 32 20 24 520 43 105
Binary 11001100 10010110 10101100 0 11010 10000 10100 101010000 100011 1000101

Color Harmonies of #CC96AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC96AC

Black with #CC96AC

Text Example


Text Example

White with #CC96AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC96AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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