Html Css Color HEX #CC262D Mahogany

📋 copy color: '#CC262D'

red 204 ◦ green 38 ◦ blue 45

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

Shades of Mahogany #CC262D

Tints of Mahogany #CC262D

RGB

 RED value IS 204 (80.08% from 255) = 71.08%

 GREEN value IS 38 (15.23% from 255) = 13.24%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 71.08%
G = 13.24%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#CC262D (or 0xCC262D) is known color: Mahogany. HEX triplet: CC, 26 and 2D. RGB value is (204,38,45). Sum of RGB (Red+Green+Blue) = 204+38+45=287 (38% of max value = 765). Red value is 204 (80.08% from 255 or 71.08% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 204 - color contains mainly: red. Hex color #CC262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC262D is #33D9D2. Grayscale: #585858. Windows color (decimal): -3398099 or 2959052. OLE color: 2959052.

HSL color Cylindrical-coordinate representation of color #CC262D: hue angle of 357.47º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CC262D is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 45 -
CMYK 0 0.81 0.78 0.2
HSL 357.47º 0.69% 0.47% -
HSV(B) 357.47º 0.81% 0.8% -
XYZ 26.07 14.41 3.89 -
YUV 88.43 103.5 210.43 -
System Red Green Blue C M Y K H S L
Decimal 204 38 45 0 0.81 0.78 0.2 357.47 0.69 0.47
Hex CC 26 2D 0 51 4E 14 165 45 2F
Octal 314 46 55 0 121 116 24 545 105 57
Binary 11001100 100110 101101 0 1010001 1001110 10100 101100101 1000101 101111

Color Harmonies of #CC262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC262D

Black with #CC262D

Text Example


Text Example

White with #CC262D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC262D; }

 p { color: rgb(204,38,45); }

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

background-color css

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

 a { background-color: rgb(204,38,45); }

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

border-color css

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

 span { border-color: rgb(204,38,45); }

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