Html Css Color HEX #CA4163 Cabaret

📋 copy color: '#CA4163'

red 202 ◦ green 65 ◦ blue 99

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

Shades of Cabaret #CA4163

Tints of Cabaret #CA4163

RGB

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

 GREEN value IS 65 (25.78% from 255) = 17.76%

 BLUE value IS 99 (39.06% from 255) = 27.05%

R = 55.19%
G = 17.76%
B = 27.05%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA4163 (or 0xCA4163) is known color: Cabaret. HEX triplet: CA, 41 and 63. RGB value is (202,65,99). Sum of RGB (Red+Green+Blue) = 202+65+99=366 (48% of max value = 765). Red value is 202 (79.30% from 255 or 55.19% from 366); Green value is 65 (25.78% from 255 or 17.76% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4163 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4163 is #35BE9C. Grayscale: #6D6D6D. Windows color (decimal): -3522205 or 6504906. OLE color: 6504906.

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

Color convert

RGB 202 65 99 -
CMYK 0 0.68 0.51 0.21
HSL 345.11º 0.56% 0.52% -
HSV(B) 345.11º 0.68% 0.79% -
XYZ 28.5 17.24 13.63 -
YUV 109.84 121.89 193.74 -
System Red Green Blue C M Y K H S L
Decimal 202 65 99 0 0.68 0.51 0.21 345.11 0.56 0.52
Hex CA 41 63 0 44 33 15 159 38 34
Octal 312 101 143 0 104 63 25 531 70 64
Binary 11001010 1000001 1100011 0 1000100 110011 10101 101011001 111000 110100

Color Harmonies of #CA4163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4163

Black with #CA4163

Text Example


Text Example

White with #CA4163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4163; }

 p { color: rgb(202,65,99); }

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

background-color css

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

 a { background-color: rgb(202,65,99); }

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

border-color css

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

 span { border-color: rgb(202,65,99); }

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