#CBC9C7

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

Shades of Swirl #CBC9C7

Tints of Swirl #CBC9C7

Color information

#CBC9C7 (or 0xCBC9C7) is unknown color: approx Swirl. HEX triplet: CB, C9 and C7. RGB value is (203,201,199). Sum of RGB (Red+Green+Blue) = 203+201+199=603 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.67% from 603); Green value is 201 (78.91% from 255 or 33.33% from 603); Blue value is 199 (78.12% from 255 or 33.00% from 603); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC9C7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC9C7 is #343638. Grayscale: #C9C9C9. Windows color (decimal): -3421753 or 13093323. OLE color: 13093323.

HSL color Cylindrical-coordinate representation of color #CBC9C7: hue angle of 30º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBC9C7 is Cyan = 0, Magento = 0.01, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB203201199-
CMYK00.010.020.20
HSL30º3.7%78.82%-
HSV(B)30º1.97%79.61%-
XYZ55.8258.5962.4-
YUV201.37126.66129.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 33.67%
GREEN value IS 201 (78.91% from 255) = 33.33%
BLUE value IS 199 (78.12% from 255) = 33.00%
R=33.67%
G=33.33%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320119900.010.020.20303.778.82
HexCBC9C7012141e44f
Octal31331130701224364117
Binary110010111100100111000111011010100111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC9C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC9C7; }

 p { color: rgb(203,201,199); }

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

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

 a { background-color: rgb(203,201,199); }

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

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

 span { border-color: rgb(203,201,199); }

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