Html Css Color HEX #C4462E Trinidad

📋 copy color: '#C4462E'

red 196 ◦ green 70 ◦ blue 46

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

Shades of Trinidad #C4462E

Tints of Trinidad #C4462E

RGB

 RED value IS 196 (76.95% from 255) = 62.82%

 GREEN value IS 70 (27.73% from 255) = 22.44%

 BLUE value IS 46 (18.36% from 255) = 14.74%

R = 62.82%
G = 22.44%
B = 14.74%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4462E (or 0xC4462E) is known color: Trinidad. HEX triplet: C4, 46 and 2E. RGB value is (196,70,46). Sum of RGB (Red+Green+Blue) = 196+70+46=312 (41% of max value = 765). Red value is 196 (76.95% from 255 or 62.82% from 312); Green value is 70 (27.73% from 255 or 22.44% from 312); Blue value is 46 (18.36% from 255 or 14.74% from 312); Max value from RGB is 196 - color contains mainly: red. Hex color #C4462E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4462E is #3BB9D1. Grayscale: #696969. Windows color (decimal): -3914194 or 3032772. OLE color: 3032772.

HSL color Cylindrical-coordinate representation of color #C4462E: hue angle of 9.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C4462E is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 70 46 -
CMYK 0 0.64 0.77 0.23
HSL 9.6º 0.62% 0.47% -
HSV(B) 9.6º 0.77% 0.77% -
XYZ 25.45 16.31 4.39 -
YUV 104.94 94.74 192.95 -
System Red Green Blue C M Y K H S L
Decimal 196 70 46 0 0.64 0.77 0.23 9.6 0.62 0.47
Hex C4 46 2E 0 40 4D 17 A 3E 2F
Octal 304 106 56 0 100 115 27 12 76 57
Binary 11000100 1000110 101110 0 1000000 1001101 10111 1010 111110 101111

Color Harmonies of #C4462E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4462E

Black with #C4462E

Text Example


Text Example

White with #C4462E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4462E; }

 p { color: rgb(196,70,46); }

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

background-color css

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

 a { background-color: rgb(196,70,46); }

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

border-color css

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

 span { border-color: rgb(196,70,46); }

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