#CC9BAD

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

Shades of Kobi #CC9BAD

Tints of Kobi #CC9BAD

Color information

#CC9BAD (or 0xCC9BAD) is unknown color: approx Kobi. HEX triplet: CC, 9B and AD. RGB value is (204,155,173). Sum of RGB (Red+Green+Blue) = 204+155+173=532 (70% of max value = 765). Red value is 204 (80.08% from 255 or 38.35% from 532); Green value is 155 (60.94% from 255 or 29.14% from 532); Blue value is 173 (67.97% from 255 or 32.52% from 532); Max value from RGB is 204 - color contains mainly: red. Hex color #CC9BAD is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #CC9BAD is #336452. Grayscale: #ABABAB. Windows color (decimal): -3368019 or 11377612. OLE color: 11377612.

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

Color convert

RGB204155173-
CMYK00.240.150.2
HSL337.96º32.45%70.39%-
HSV(B)337.96º24.02%80%-
XYZ44.1739.344.79-
YUV171.7128.73151.04-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 38.35%
GREEN value IS 155 (60.94% from 255) = 29.14%
BLUE value IS 173 (67.97% from 255) = 32.52%
R=38.35%
G=29.14%
B=32.52%

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
Decimal20415517300.240.150.2337.9632.4570.39
HexCC9BAD018F141522046
Octal314233255030172452240106
Binary1100110010011011101011010110001111101001010100101000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CC9BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CC9BAD; }

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

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

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

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

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

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

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

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