#CA4267

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

Shades of Cabaret #CA4267

Tints of Cabaret #CA4267

Color information

#CA4267 (or 0xCA4267) is unknown color: approx Cabaret. HEX triplet: CA, 42 and 67. RGB value is (202,66,103). Sum of RGB (Red+Green+Blue) = 202+66+103=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 66 (26.17% from 255 or 17.79% from 371); Blue value is 103 (40.62% from 255 or 27.76% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4267 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4267 is #35BD98. Grayscale: #6E6E6E. Windows color (decimal): -3521945 or 6767306. OLE color: 6767306.

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

Color convert

RGB20266103-
CMYK00.670.490.21
HSL343.68º56.2%52.55%-
HSV(B)343.68º67.33%79.22%-
XYZ28.7517.4314.68-
YUV110.88123.56192.99-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 54.45%
GREEN value IS 66 (26.17% from 255) = 17.79%
BLUE value IS 103 (40.62% from 255) = 27.76%
R=54.45%
G=17.79%
B=27.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.49
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2026610300.670.490.21343.6856.252.55
HexCA426704331151583835
Octal312102147010361255307065
Binary11001010100001011001110100001111000110101101011000111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4267; }

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

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

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

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

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

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

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

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