#CA6974

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

Shades of Cabaret #CA6974

Tints of Cabaret #CA6974

Color information

#CA6974 (or 0xCA6974) is unknown color: approx Cabaret. HEX triplet: CA, 69 and 74. RGB value is (202,105,116). Sum of RGB (Red+Green+Blue) = 202+105+116=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 105 (41.41% from 255 or 24.82% from 423); Blue value is 116 (45.70% from 255 or 27.42% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CA6974 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA6974 is #35968B. Grayscale: #878787. Windows color (decimal): -3511948 or 7629258. OLE color: 7629258.

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

Color convert

RGB202105116-
CMYK00.480.430.21
HSL353.2º47.78%60.2%-
HSV(B)353.2º48.02%79.22%-
XYZ32.5623.9219.42-
YUV135.26117.14175.61-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 47.75%
GREEN value IS 105 (41.41% from 255) = 24.82%
BLUE value IS 116 (45.70% from 255) = 27.42%
R=47.75%
G=24.82%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.43
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal20210511600.480.430.21353.247.7860.2
HexCA69740302B15161303c
Octal31215116406053255416074
Binary1100101011010011110100011000010101110101101100001110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA6974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA6974; }

 p { color: rgb(202,105,116); }

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

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

 a { background-color: rgb(202,105,116); }

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

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

 span { border-color: rgb(202,105,116); }

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