Html Css Color HEX #C4462B Trinidad

📋 copy color: '#C4462B'

red 196 ◦ green 70 ◦ blue 43

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

Shades of Trinidad #C4462B

Tints of Trinidad #C4462B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.92%

R = 63.43%
G = 22.65%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4462B (or 0xC4462B) is known color: Trinidad. HEX triplet: C4, 46 and 2B. RGB value is (196,70,43). Sum of RGB (Red+Green+Blue) = 196+70+43=309 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.43% from 309); Green value is 70 (27.73% from 255 or 22.65% from 309); Blue value is 43 (17.19% from 255 or 13.92% from 309); Max value from RGB is 196 - color contains mainly: red. Hex color #C4462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4462B is #3BB9D4. Grayscale: #686868. Windows color (decimal): -3914197 or 2836164. OLE color: 2836164.

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

Color convert

RGB 196 70 43 -
CMYK 0 0.64 0.78 0.23
HSL 10.59º 0.64% 0.47% -
HSV(B) 10.59º 0.78% 0.77% -
XYZ 25.39 16.29 4.09 -
YUV 104.6 93.24 193.2 -
System Red Green Blue C M Y K H S L
Decimal 196 70 43 0 0.64 0.78 0.23 10.59 0.64 0.47
Hex C4 46 2B 0 40 4E 17 B 40 2F
Octal 304 106 53 0 100 116 27 13 100 57
Binary 11000100 1000110 101011 0 1000000 1001110 10111 1011 1000000 101111

Color Harmonies of #C4462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4462B

Black with #C4462B

Text Example


Text Example

White with #C4462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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