Html Css Color HEX #CA4366 Cabaret

📋 copy color: '#CA4366'

red 202 ◦ green 67 ◦ blue 102

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

Shades of Cabaret #CA4366

Tints of Cabaret #CA4366

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.06%

 BLUE value IS 102 (40.23% from 255) = 27.49%

R = 54.45%
G = 18.06%
B = 27.49%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.50

 K value IS 0.21

RGB Variations

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

Color information

#CA4366 (or 0xCA4366) is known color: Cabaret. HEX triplet: CA, 43 and 66. RGB value is (202,67,102). Sum of RGB (Red+Green+Blue) = 202+67+102=371 (49% of max value = 765). Red value is 202 (79.30% from 255 or 54.45% from 371); Green value is 67 (26.56% from 255 or 18.06% from 371); Blue value is 102 (40.23% from 255 or 27.49% from 371); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4366 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA4366 is #35BC99. Grayscale: #6F6F6F. Windows color (decimal): -3521690 or 6702026. OLE color: 6702026.

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

Color convert

RGB 202 67 102 -
CMYK 0 0.67 0.50 0.21
HSL 344.44º 0.56% 0.53% -
HSV(B) 344.44º 0.67% 0.79% -
XYZ 28.76 17.53 14.44 -
YUV 111.36 122.73 192.65 -
System Red Green Blue C M Y K H S L
Decimal 202 67 102 0 0.67 0.50 0.21 344.44 0.56 0.53
Hex CA 43 66 0 43 32 15 158 38 35
Octal 312 103 146 0 103 62 25 530 70 65
Binary 11001010 1000011 1100110 0 1000011 110010 10101 101011000 111000 110101

Color Harmonies of #CA4366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4366

Black with #CA4366

Text Example


Text Example

White with #CA4366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4366; }

 p { color: rgb(202,67,102); }

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

background-color css

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

 a { background-color: rgb(202,67,102); }

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

border-color css

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

 span { border-color: rgb(202,67,102); }

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