#CC9CAD

Color #CC9CAD Kobi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kobi #CC9CAD

Tints of Kobi #CC9CAD

Color information

#CC9CAD (or 0xCC9CAD) is unknown color: approx Kobi. HEX triplet: CC, 9C and AD. RGB value is (204,156,173). Sum of RGB (Red+Green+Blue) = 204+156+173=533 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.27% from 533); Green value is 156 (61.33% from 255 or 29.27% from 533); Blue value is 173 (67.97% from 255 or 32.46% from 533); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9CAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9CAD is #336352. Grayscale: #ACACAC. Windows color (decimal): -3367763 or 11377868. OLE color: 11377868.

HSL color Cylindrical-coordinate representation of color #CC9CAD: hue angle of 338.75º degrees, saturation: 0.32, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CC9CAD is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.2.

Color convert

RGB204156173-
CMYK00.240.150.2
HSL338.75º32%70.59%-
HSV(B)338.75º23.53%80%-
XYZ44.3339.6344.85-
YUV172.29128.4150.62-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.27%
GREEN value IS 156 (61.33% from 255) = 29.27%
BLUE value IS 173 (67.97% from 255) = 32.46%
R=38.27%
G=29.27%
B=32.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20415617300.240.150.2338.753270.59
HexCC9CAD018F141532047
Octal314234255030172452340107
Binary1100110010011100101011010110001111101001010100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9CAD; }

 p { color: rgb(204,156,173); }

 H1.HeaderClassName
 {
   color: #CC9CAD;
 }
 .AnyTagClassName
 {
   color: #CC9CAD;
 }
</style>
background-color css

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

 a { background-color: rgb(204,156,173); }

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

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

 span { border-color: rgb(204,156,173); }

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