Html Css Color HEX #CA4261 Cabaret

📋 copy color: '#CA4261'

red 202 ◦ green 66 ◦ blue 97

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

Shades of Cabaret #CA4261

Tints of Cabaret #CA4261

RGB

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

 GREEN value IS 66 (26.17% from 255) = 18.08%

 BLUE value IS 97 (38.28% from 255) = 26.58%

R = 55.34%
G = 18.08%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.52

 K value IS 0.21

RGB Variations

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

Color information

#CA4261 (or 0xCA4261) is known color: Cabaret. HEX triplet: CA, 42 and 61. RGB value is (202,66,97). Sum of RGB (Red+Green+Blue) = 202+66+97=365 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.34% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 97 (38.28% from 255 or 26.58% from 365); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4261 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4261 is #35BD9E. Grayscale: #6E6E6E. Windows color (decimal): -3521951 or 6374090. OLE color: 6374090.

HSL color Cylindrical-coordinate representation of color #CA4261: hue angle of 346.32º 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 #CA4261 is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 66 97 -
CMYK 0 0.67 0.52 0.21
HSL 346.32º 0.56% 0.53% -
HSV(B) 346.32º 0.67% 0.79% -
XYZ 28.46 17.32 13.15 -
YUV 110.2 120.56 193.48 -
System Red Green Blue C M Y K H S L
Decimal 202 66 97 0 0.67 0.52 0.21 346.32 0.56 0.53
Hex CA 42 61 0 43 34 15 15A 38 35
Octal 312 102 141 0 103 64 25 532 70 65
Binary 11001010 1000010 1100001 0 1000011 110100 10101 101011010 111000 110101

Color Harmonies of #CA4261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4261

Black with #CA4261

Text Example


Text Example

White with #CA4261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4261; }

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

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

background-color css

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

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

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

border-color css

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

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

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