Html Css Color HEX #CC262C Mahogany

📋 copy color: '#CC262C'

red 204 ◦ green 38 ◦ blue 44

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

Shades of Mahogany #CC262C

Tints of Mahogany #CC262C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 15.38%

R = 71.33%
G = 13.29%
B = 15.38%

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

#CC262C (or 0xCC262C) is known color: Mahogany. HEX triplet: CC, 26 and 2C. RGB value is (204,38,44). Sum of RGB (Red+Green+Blue) = 204+38+44=286 (37% of max value = 765). Red value is 204 (80.08% from 255 or 71.33% from 286); Green value is 38 (15.23% from 255 or 13.29% from 286); Blue value is 44 (17.58% from 255 or 15.38% from 286); Max value from RGB is 204 - color contains mainly: red. Hex color #CC262C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CC262C is #33D9D3. Grayscale: #585858. Windows color (decimal): -3398100 or 2893516. OLE color: 2893516.

HSL color Cylindrical-coordinate representation of color #CC262C: hue angle of 357.83º 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 #CC262C is Cyan = 0, Magento = 0.81, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 38 44 -
CMYK 0 0.81 0.78 0.2
HSL 357.83º 0.69% 0.47% -
HSV(B) 357.83º 0.81% 0.8% -
XYZ 26.05 14.41 3.79 -
YUV 88.32 103 210.51 -
System Red Green Blue C M Y K H S L
Decimal 204 38 44 0 0.81 0.78 0.2 357.83 0.69 0.47
Hex CC 26 2C 0 51 4E 14 166 45 2F
Octal 314 46 54 0 121 116 24 546 105 57
Binary 11001100 100110 101100 0 1010001 1001110 10100 101100110 1000101 101111

Color Harmonies of #CC262C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC262C

Black with #CC262C

Text Example


Text Example

White with #CC262C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC262C; }

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

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

background-color css

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

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

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

border-color css

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

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

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