Html Css Color HEX #C6461F Trinidad

📋 copy color: '#C6461F'

red 198 ◦ green 70 ◦ blue 31

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

Shades of Trinidad #C6461F

Tints of Trinidad #C6461F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 10.37%

R = 66.22%
G = 23.41%
B = 10.37%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C6461F (or 0xC6461F) is known color: Trinidad. HEX triplet: C6, 46 and 1F. RGB value is (198,70,31). Sum of RGB (Red+Green+Blue) = 198+70+31=299 (39% of max value = 765). Red value is 198 (77.73% from 255 or 66.22% from 299); Green value is 70 (27.73% from 255 or 23.41% from 299); Blue value is 31 (12.5% from 255 or 10.37% from 299); Max value from RGB is 198 - color contains mainly: red. Hex color #C6461F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6461F is #39B9E0. Grayscale: #686868. Windows color (decimal): -3783137 or 2049734. OLE color: 2049734.

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

Color convert

RGB 198 70 31 -
CMYK 0 0.65 0.84 0.22
HSL 14.01º 0.73% 0.45% -
HSV(B) 14.01º 0.84% 0.78% -
XYZ 25.73 16.49 3.12 -
YUV 103.83 86.91 195.17 -
System Red Green Blue C M Y K H S L
Decimal 198 70 31 0 0.65 0.84 0.22 14.01 0.73 0.45
Hex C6 46 1F 0 41 54 16 E 49 2D
Octal 306 106 37 0 101 124 26 16 111 55
Binary 11000110 1000110 11111 0 1000001 1010100 10110 1110 1001001 101101

Color Harmonies of #C6461F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6461F

Black with #C6461F

Text Example


Text Example

White with #C6461F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6461F; }

 p { color: rgb(198,70,31); }

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

background-color css

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

 a { background-color: rgb(198,70,31); }

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

border-color css

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

 span { border-color: rgb(198,70,31); }

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