Html Css Color HEX #C8472E Trinidad

📋 copy color: '#C8472E'

red 200 ◦ green 71 ◦ blue 46

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

Shades of Trinidad #C8472E

Tints of Trinidad #C8472E

RGB

 RED value IS 200 (78.52% from 255) = 63.09%

 GREEN value IS 71 (28.13% from 255) = 22.4%

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

R = 63.09%
G = 22.4%
B = 14.51%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.77

 K value IS 0.22

RGB Variations

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

Color information

#C8472E (or 0xC8472E) is known color: Trinidad. HEX triplet: C8, 47 and 2E. RGB value is (200,71,46). Sum of RGB (Red+Green+Blue) = 200+71+46=317 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.09% from 317); Green value is 71 (28.12% from 255 or 22.40% from 317); Blue value is 46 (18.36% from 255 or 14.51% from 317); Max value from RGB is 200 - color contains mainly: red. Hex color #C8472E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8472E is #37B8D1. Grayscale: #6A6A6A. Windows color (decimal): -3651794 or 3033032. OLE color: 3033032.

HSL color Cylindrical-coordinate representation of color #C8472E: hue angle of 9.74º degrees, saturation: 0.63, 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 #C8472E is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 71 46 -
CMYK 0 0.64 0.77 0.22
HSL 9.74º 0.63% 0.48% -
HSV(B) 9.74º 0.77% 0.78% -
XYZ 26.57 16.98 4.46 -
YUV 106.72 93.74 194.53 -
System Red Green Blue C M Y K H S L
Decimal 200 71 46 0 0.64 0.77 0.22 9.74 0.63 0.48
Hex C8 47 2E 0 40 4D 16 A 3F 30
Octal 310 107 56 0 100 115 26 12 77 60
Binary 11001000 1000111 101110 0 1000000 1001101 10110 1010 111111 110000

Color Harmonies of #C8472E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8472E

Black with #C8472E

Text Example


Text Example

White with #C8472E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8472E; }

 p { color: rgb(200,71,46); }

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

background-color css

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

 a { background-color: rgb(200,71,46); }

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

border-color css

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

 span { border-color: rgb(200,71,46); }

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