Html Css Color HEX #C7512E Trinidad

📋 copy color: '#C7512E'

red 199 ◦ green 81 ◦ blue 46

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

Shades of Trinidad #C7512E

Tints of Trinidad #C7512E

RGB

 RED value IS 199 (78.13% from 255) = 61.04%

 GREEN value IS 81 (32.03% from 255) = 24.85%

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

R = 61.04%
G = 24.85%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C7512E (or 0xC7512E) is known color: Trinidad. HEX triplet: C7, 51 and 2E. RGB value is (199,81,46). Sum of RGB (Red+Green+Blue) = 199+81+46=326 (43% of max value = 765). Red value is 199 (78.12% from 255 or 61.04% from 326); Green value is 81 (32.03% from 255 or 24.85% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 199 - color contains mainly: red. Hex color #C7512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7512E is #38AED1. Grayscale: #707070. Windows color (decimal): -3714770 or 3035591. OLE color: 3035591.

HSL color Cylindrical-coordinate representation of color #C7512E: hue angle of 13.73º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C7512E is Cyan = 0, Magento = 0.59, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 81 46 -
CMYK 0 0.59 0.77 0.22
HSL 13.73º 0.62% 0.48% -
HSV(B) 13.73º 0.77% 0.78% -
XYZ 26.99 18.22 4.68 -
YUV 112.29 90.59 189.85 -
System Red Green Blue C M Y K H S L
Decimal 199 81 46 0 0.59 0.77 0.22 13.73 0.62 0.48
Hex C7 51 2E 0 3B 4D 16 E 3E 30
Octal 307 121 56 0 73 115 26 16 76 60
Binary 11000111 1010001 101110 0 111011 1001101 10110 1110 111110 110000

Color Harmonies of #C7512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7512E

Black with #C7512E

Text Example


Text Example

White with #C7512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7512E; }

 p { color: rgb(199,81,46); }

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

background-color css

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

 a { background-color: rgb(199,81,46); }

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

border-color css

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

 span { border-color: rgb(199,81,46); }

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