Html Css Color HEX #C6501E Trinidad

📋 copy color: '#C6501E'

red 198 ◦ green 80 ◦ blue 30

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

Shades of Trinidad #C6501E

Tints of Trinidad #C6501E

RGB

 RED value IS 198 (77.73% from 255) = 64.29%

 GREEN value IS 80 (31.64% from 255) = 25.97%

 BLUE value IS 30 (12.11% from 255) = 9.74%

R = 64.29%
G = 25.97%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C6501E (or 0xC6501E) is known color: Trinidad. HEX triplet: C6, 50 and 1E. RGB value is (198,80,30). Sum of RGB (Red+Green+Blue) = 198+80+30=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 80 (31.64% from 255 or 25.97% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6501E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C6501E is #39AFE1. Grayscale: #6D6D6D. Windows color (decimal): -3780578 or 1986758. OLE color: 1986758.

HSL color Cylindrical-coordinate representation of color #C6501E: hue angle of 17.86º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C6501E is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 80 30 -
CMYK 0 0.60 0.85 0.22
HSL 17.86º 0.74% 0.45% -
HSV(B) 17.86º 0.85% 0.78% -
XYZ 26.39 17.84 3.28 -
YUV 109.58 83.09 191.07 -
System Red Green Blue C M Y K H S L
Decimal 198 80 30 0 0.60 0.85 0.22 17.86 0.74 0.45
Hex C6 50 1E 0 3C 55 16 12 4A 2D
Octal 306 120 36 0 74 125 26 22 112 55
Binary 11000110 1010000 11110 0 111100 1010101 10110 10010 1001010 101101

Color Harmonies of #C6501E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6501E

Black with #C6501E

Text Example


Text Example

White with #C6501E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6501E; }

 p { color: rgb(198,80,30); }

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

background-color css

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

 a { background-color: rgb(198,80,30); }

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

border-color css

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

 span { border-color: rgb(198,80,30); }

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