#ca4f67

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

Shades of Cabaret #CA4F67

Tints of Cabaret #CA4F67

Color information

#CA4F67 (or 0xCA4F67) is unknown color: approx Cabaret. HEX triplet: CA, 4F and 67. RGB value is (202,79,103). Sum of RGB (Red+Green+Blue) = 202+79+103=384 (50% of max value = 765). Red value is 202 (79.30% from 255 or 52.60% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4F67 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA4F67 is #35B098. Grayscale: #767676. Windows color (decimal): -3518617 or 6770634. OLE color: 6770634.

HSL color Cylindrical-coordinate representation of color #CA4F67: hue angle of 348.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CA4F67 is Cyan = 0, Magento = 0.61, Yellow = 0.49 and Black (K on CMYK) = 0.21.

Color convert

RGB20279103-
CMYK00.610.490.21
HSL348.29º53.71%55.1%-
HSV(B)348.29º60.89%79.22%-
XYZ29.619.1314.96-
YUV118.51119.25187.55-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 52.60%
GREEN value IS 79 (31.25% from 255) = 20.57%
BLUE value IS 103 (40.62% from 255) = 26.82%
R=52.60%
G=20.57%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2027910300.610.490.21348.2953.7155.1
HexCA4F6703D311515c3637
Octal31211714707561255346667
Binary1100101010011111100111011110111000110101101011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca4f67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca4f67; }

 p { color: rgb(202,79,103); }

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

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

 a { background-color: rgb(202,79,103); }

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

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

 span { border-color: rgb(202,79,103); }

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