Html Css Color HEX #CA5267 Cabaret

📋 copy color: '#CA5267'

red 202 ◦ green 82 ◦ blue 103

#CA5267
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cabaret #CA5267

Tints of Cabaret #CA5267

RGB

 RED value IS 202 (79.3% from 255) = 52.2%

 GREEN value IS 82 (32.42% from 255) = 21.19%

 BLUE value IS 103 (40.63% from 255) = 26.61%

R = 52.2%
G = 21.19%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.21

RGB Variations

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

Color information

#CA5267 (or 0xCA5267) is known color: Cabaret. HEX triplet: CA, 52 and 67. RGB value is (202,82,103). Sum of RGB (Red+Green+Blue) = 202+82+103=387 (51% of max value = 765). Red value is 202 (79.30% from 255 or 52.20% from 387); Green value is 82 (32.42% from 255 or 21.19% from 387); Blue value is 103 (40.62% from 255 or 26.61% from 387); Max value from RGB is 202 - color contains mainly: red. Hex color #CA5267 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CA5267 is #35AD98. Grayscale: #787878. Windows color (decimal): -3517849 or 6771402. OLE color: 6771402.

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

Color convert

RGB 202 82 103 -
CMYK 0 0.59 0.49 0.21
HSL 349.5º 0.53% 0.56% -
HSV(B) 349.5º 0.59% 0.79% -
XYZ 29.82 19.57 15.04 -
YUV 120.27 118.26 186.29 -
System Red Green Blue C M Y K H S L
Decimal 202 82 103 0 0.59 0.49 0.21 349.5 0.53 0.56
Hex CA 52 67 0 3B 31 15 15E 35 38
Octal 312 122 147 0 73 61 25 536 65 70
Binary 11001010 1010010 1100111 0 111011 110001 10101 101011110 110101 111000

Color Harmonies of #CA5267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA5267

Black with #CA5267

Text Example


Text Example

White with #CA5267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA5267; }

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

 H1.HeaderClassName
 {
   color: #CA5267;
 }
 .AnyTagClassName
 {
   color: #CA5267;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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