Html Css Color HEX #CA333C Mahogany

📋 copy color: '#CA333C'

red 202 ◦ green 51 ◦ blue 60

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

Shades of Mahogany #CA333C

Tints of Mahogany #CA333C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.29%

 BLUE value IS 60 (23.83% from 255) = 19.17%

R = 64.54%
G = 16.29%
B = 19.17%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.70

 K value IS 0.21

RGB Variations

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

Color information

#CA333C (or 0xCA333C) is known color: Mahogany. HEX triplet: CA, 33 and 3C. RGB value is (202,51,60). Sum of RGB (Red+Green+Blue) = 202+51+60=313 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.54% from 313); Green value is 51 (20.31% from 255 or 16.29% from 313); Blue value is 60 (23.83% from 255 or 19.17% from 313); Max value from RGB is 202 - color contains mainly: red. Hex color #CA333C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA333C is #35CCC3. Grayscale: #616161. Windows color (decimal): -3525828 or 3945418. OLE color: 3945418.

HSL color Cylindrical-coordinate representation of color #CA333C: hue angle of 356.42º degrees, saturation: 0.6, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CA333C is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 51 60 -
CMYK 0 0.75 0.70 0.21
HSL 356.42º 0.6% 0.5% -
HSV(B) 356.42º 0.75% 0.79% -
XYZ 26.36 15.25 5.83 -
YUV 97.18 107.03 202.77 -
System Red Green Blue C M Y K H S L
Decimal 202 51 60 0 0.75 0.70 0.21 356.42 0.6 0.5
Hex CA 33 3C 0 4B 46 15 164 3C 32
Octal 312 63 74 0 113 106 25 544 74 62
Binary 11001010 110011 111100 0 1001011 1000110 10101 101100100 111100 110010

Color Harmonies of #CA333C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA333C

Black with #CA333C

Text Example


Text Example

White with #CA333C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA333C; }

 p { color: rgb(202,51,60); }

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

background-color css

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

 a { background-color: rgb(202,51,60); }

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

border-color css

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

 span { border-color: rgb(202,51,60); }

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