Html Css Color HEX #CA3E62 Cabaret

📋 copy color: '#CA3E62'

red 202 ◦ green 62 ◦ blue 98

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

Shades of Cabaret #CA3E62

Tints of Cabaret #CA3E62

RGB

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

 GREEN value IS 62 (24.61% from 255) = 17.13%

 BLUE value IS 98 (38.67% from 255) = 27.07%

R = 55.8%
G = 17.13%
B = 27.07%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.51

 K value IS 0.21

RGB Variations

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

Color information

#CA3E62 (or 0xCA3E62) is known color: Cabaret. HEX triplet: CA, 3E and 62. RGB value is (202,62,98). Sum of RGB (Red+Green+Blue) = 202+62+98=362 (47% of max value = 765). Red value is 202 (79.30% from 255 or 55.80% from 362); Green value is 62 (24.61% from 255 or 17.13% from 362); Blue value is 98 (38.67% from 255 or 27.07% from 362); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3E62 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CA3E62 is #35C19D. Grayscale: #6B6B6B. Windows color (decimal): -3522974 or 6438602. OLE color: 6438602.

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

Color convert

RGB 202 62 98 -
CMYK 0 0.69 0.51 0.21
HSL 344.57º 0.57% 0.52% -
HSV(B) 344.57º 0.69% 0.79% -
XYZ 28.28 16.88 13.32 -
YUV 107.96 122.38 195.07 -
System Red Green Blue C M Y K H S L
Decimal 202 62 98 0 0.69 0.51 0.21 344.57 0.57 0.52
Hex CA 3E 62 0 45 33 15 159 39 34
Octal 312 76 142 0 105 63 25 531 71 64
Binary 11001010 111110 1100010 0 1000101 110011 10101 101011001 111001 110100

Color Harmonies of #CA3E62

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3E62

Black with #CA3E62

Text Example


Text Example

White with #CA3E62

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3E62; }

 p { color: rgb(202,62,98); }

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

background-color css

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

 a { background-color: rgb(202,62,98); }

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

border-color css

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

 span { border-color: rgb(202,62,98); }

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