#CD636A

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

Shades of Cabaret #CD636A

Tints of Cabaret #CD636A

Color information

#CD636A (or 0xCD636A) is unknown color: approx Cabaret. HEX triplet: CD, 63 and 6A. RGB value is (205,99,106). Sum of RGB (Red+Green+Blue) = 205+99+106=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 99 (39.06% from 255 or 24.15% from 410); Blue value is 106 (41.80% from 255 or 25.85% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD636A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD636A is #329C95. Grayscale: #838383. Windows color (decimal): -3316886 or 6972365. OLE color: 6972365.

HSL color Cylindrical-coordinate representation of color #CD636A: hue angle of 356.04º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CD636A is Cyan = 0, Magento = 0.52, Yellow = 0.48 and Black (K on CMYK) = 0.20.

Color convert

RGB20599106-
CMYK00.520.480.20
HSL356.04º51.46%59.61%-
HSV(B)356.04º51.71%80.39%-
XYZ32.2422.9416.36-
YUV131.49113.62180.43-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 50%
GREEN value IS 99 (39.06% from 255) = 24.15%
BLUE value IS 106 (41.80% from 255) = 25.85%
R=50%
G=24.15%
B=25.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.48
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2059910600.520.480.20356.0451.4659.61
HexCD636A0343014164333c
Octal31514315206460245446374
Binary1100110111000111101010011010011000010100101100100110011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CD636A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CD636A; }

 p { color: rgb(205,99,106); }

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

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

 a { background-color: rgb(205,99,106); }

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

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

 span { border-color: rgb(205,99,106); }

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