Html Css Color HEX #C8472D Trinidad

📋 copy color: '#C8472D'

red 200 ◦ green 71 ◦ blue 45

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

Shades of Trinidad #C8472D

Tints of Trinidad #C8472D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.24%

R = 63.29%
G = 22.47%
B = 14.24%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C8472D (or 0xC8472D) is known color: Trinidad. HEX triplet: C8, 47 and 2D. RGB value is (200,71,45). Sum of RGB (Red+Green+Blue) = 200+71+45=316 (41% of max value = 765). Red value is 200 (78.52% from 255 or 63.29% from 316); Green value is 71 (28.12% from 255 or 22.47% from 316); Blue value is 45 (17.97% from 255 or 14.24% from 316); Max value from RGB is 200 - color contains mainly: red. Hex color #C8472D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8472D is #37B8D2. Grayscale: #6A6A6A. Windows color (decimal): -3651795 or 2967496. OLE color: 2967496.

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

Color convert

RGB 200 71 45 -
CMYK 0 0.64 0.78 0.22
HSL 10.06º 0.63% 0.48% -
HSV(B) 10.06º 0.78% 0.78% -
XYZ 26.55 16.98 4.36 -
YUV 106.61 93.24 194.61 -
System Red Green Blue C M Y K H S L
Decimal 200 71 45 0 0.64 0.78 0.22 10.06 0.63 0.48
Hex C8 47 2D 0 40 4E 16 A 3F 30
Octal 310 107 55 0 100 116 26 12 77 60
Binary 11001000 1000111 101101 0 1000000 1001110 10110 1010 111111 110000

Color Harmonies of #C8472D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8472D

Black with #C8472D

Text Example


Text Example

White with #C8472D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8472D; }

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

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

background-color css

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

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

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

border-color css

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

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

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