Html Css Color HEX #CB3F42 Mahogany

📋 copy color: '#CB3F42'

red 203 ◦ green 63 ◦ blue 66

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

Shades of Mahogany #CB3F42

Tints of Mahogany #CB3F42

RGB

 RED value IS 203 (79.69% from 255) = 61.14%

 GREEN value IS 63 (25% from 255) = 18.98%

 BLUE value IS 66 (26.17% from 255) = 19.88%

R = 61.14%
G = 18.98%
B = 19.88%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.67

 K value IS 0.20

RGB Variations

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

Color information

#CB3F42 (or 0xCB3F42) is known color: Mahogany. HEX triplet: CB, 3F and 42. RGB value is (203,63,66). Sum of RGB (Red+Green+Blue) = 203+63+66=332 (43% of max value = 765). Red value is 203 (79.69% from 255 or 61.14% from 332); Green value is 63 (25% from 255 or 18.98% from 332); Blue value is 66 (26.17% from 255 or 19.88% from 332); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3F42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB3F42 is #34C0BD. Grayscale: #696969. Windows color (decimal): -3457214 or 4341707. OLE color: 4341707.

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

Color convert

RGB 203 63 66 -
CMYK 0 0.69 0.67 0.20
HSL 358.71º 0.57% 0.52% -
HSV(B) 358.71º 0.69% 0.8% -
XYZ 27.39 16.64 6.92 -
YUV 105.2 105.88 197.76 -
System Red Green Blue C M Y K H S L
Decimal 203 63 66 0 0.69 0.67 0.20 358.71 0.57 0.52
Hex CB 3F 42 0 45 43 14 167 39 34
Octal 313 77 102 0 105 103 24 547 71 64
Binary 11001011 111111 1000010 0 1000101 1000011 10100 101100111 111001 110100

Color Harmonies of #CB3F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB3F42

Black with #CB3F42

Text Example


Text Example

White with #CB3F42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB3F42; }

 p { color: rgb(203,63,66); }

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

background-color css

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

 a { background-color: rgb(203,63,66); }

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

border-color css

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

 span { border-color: rgb(203,63,66); }

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