Html Css Color HEX #C7462C Trinidad

📋 copy color: '#C7462C'

red 199 ◦ green 70 ◦ blue 44

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

Shades of Trinidad #C7462C

Tints of Trinidad #C7462C

RGB

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

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

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

R = 63.58%
G = 22.36%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C7462C (or 0xC7462C) is known color: Trinidad. HEX triplet: C7, 46 and 2C. RGB value is (199,70,44). Sum of RGB (Red+Green+Blue) = 199+70+44=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 70 (27.73% from 255 or 22.36% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7462C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7462C is #38B9D3. Grayscale: #696969. Windows color (decimal): -3717588 or 2901703. OLE color: 2901703.

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

Color convert

RGB 199 70 44 -
CMYK 0 0.65 0.78 0.22
HSL 10.06º 0.64% 0.48% -
HSV(B) 10.06º 0.78% 0.78% -
XYZ 26.2 16.7 4.23 -
YUV 105.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 199 70 44 0 0.65 0.78 0.22 10.06 0.64 0.48
Hex C7 46 2C 0 41 4E 16 A 40 30
Octal 307 106 54 0 101 116 26 12 100 60
Binary 11000111 1000110 101100 0 1000001 1001110 10110 1010 1000000 110000

Color Harmonies of #C7462C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7462C

Black with #C7462C

Text Example


Text Example

White with #C7462C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7462C; }

 p { color: rgb(199,70,44); }

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

background-color css

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

 a { background-color: rgb(199,70,44); }

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

border-color css

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

 span { border-color: rgb(199,70,44); }

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