#CBC7C3

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

Shades of Swirl #CBC7C3

Tints of Swirl #CBC7C3

Color information

#CBC7C3 (or 0xCBC7C3) is unknown color: approx Swirl. HEX triplet: CB, C7 and C3. RGB value is (203,199,195). Sum of RGB (Red+Green+Blue) = 203+199+195=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 199 (78.12% from 255 or 33.33% from 597); Blue value is 195 (76.56% from 255 or 32.66% from 597); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC7C3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7C3 is #34383C. Grayscale: #C7C7C7. Windows color (decimal): -3422269 or 12830667. OLE color: 12830667.

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

Color convert

RGB203199195-
CMYK00.020.040.20
HSL30º7.14%78.04%-
HSV(B)30º3.94%79.61%-
XYZ54.957.4859.83-
YUV199.74125.33130.33-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 34.00%
GREEN value IS 199 (78.12% from 255) = 33.33%
BLUE value IS 195 (76.56% from 255) = 32.66%
R=34.00%
G=33.33%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.04
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20319919500.020.040.20307.1478.04
HexCBC7C3024141e74e
Octal31330730302424367116
Binary11001011110001111100001101010010100111101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC7C3; }

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

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

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

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

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

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

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

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