Html Css Color HEX #CA323B Mahogany

📋 copy color: '#CA323B'

red 202 ◦ green 50 ◦ blue 59

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

Shades of Mahogany #CA323B

Tints of Mahogany #CA323B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

 BLUE value IS 59 (23.44% from 255) = 18.97%

R = 64.95%
G = 16.08%
B = 18.97%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.71

 K value IS 0.21

RGB Variations

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

Color information

#CA323B (or 0xCA323B) is known color: Mahogany. HEX triplet: CA, 32 and 3B. RGB value is (202,50,59). Sum of RGB (Red+Green+Blue) = 202+50+59=311 (41% of max value = 765). Red value is 202 (79.30% from 255 or 64.95% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 59 (23.44% from 255 or 18.97% from 311); Max value from RGB is 202 - color contains mainly: red. Hex color #CA323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA323B is #35CDC4. Grayscale: #606060. Windows color (decimal): -3526085 or 3879626. OLE color: 3879626.

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

Color convert

RGB 202 50 59 -
CMYK 0 0.75 0.71 0.21
HSL 356.45º 0.6% 0.49% -
HSV(B) 356.45º 0.75% 0.79% -
XYZ 26.29 15.15 5.68 -
YUV 96.47 106.86 203.27 -
System Red Green Blue C M Y K H S L
Decimal 202 50 59 0 0.75 0.71 0.21 356.45 0.6 0.49
Hex CA 32 3B 0 4B 47 15 164 3C 31
Octal 312 62 73 0 113 107 25 544 74 61
Binary 11001010 110010 111011 0 1001011 1000111 10101 101100100 111100 110001

Color Harmonies of #CA323B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA323B

Black with #CA323B

Text Example


Text Example

White with #CA323B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA323B; }

 p { color: rgb(202,50,59); }

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

background-color css

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

 a { background-color: rgb(202,50,59); }

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

border-color css

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

 span { border-color: rgb(202,50,59); }

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