#CA6670

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

Shades of Cabaret #CA6670

Tints of Cabaret #CA6670

Color information

#CA6670 (or 0xCA6670) is unknown color: approx Cabaret. HEX triplet: CA, 66 and 70. RGB value is (202,102,112). Sum of RGB (Red+Green+Blue) = 202+102+112=416 (55% of max value = 765). Red value is 202 (79.30% from 255 or 48.56% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 112 (44.14% from 255 or 26.92% from 416); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6670 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6670 is #35998F. Grayscale: #858585. Windows color (decimal): -3512720 or 7366346. OLE color: 7366346.

HSL color Cylindrical-coordinate representation of color #CA6670: hue angle of 354º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #CA6670 is Cyan = 0, Magento = 0.50, Yellow = 0.45 and Black (K on CMYK) = 0.21.

Color convert

RGB202102112-
CMYK00.500.450.21
HSL354º48.54%59.61%-
HSV(B)354º49.5%79.22%-
XYZ32.0323.2318.12-
YUV133.04116.13177.19-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 48.56%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 112 (44.14% from 255) = 26.92%
R=48.56%
G=24.52%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.45
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210211200.500.450.2135448.5459.61
HexCA66700322D15162313c
Octal31214616006255255426174
Binary1100101011001101110000011001010110110101101100010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6670; }

 p { color: rgb(202,102,112); }

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

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

 a { background-color: rgb(202,102,112); }

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

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

 span { border-color: rgb(202,102,112); }

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