Html Css Color HEX #C6462B Trinidad

📋 copy color: '#C6462B'

red 198 ◦ green 70 ◦ blue 43

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

Shades of Trinidad #C6462B

Tints of Trinidad #C6462B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.83%

R = 63.67%
G = 22.51%
B = 13.83%

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

#C6462B (or 0xC6462B) is known color: Trinidad. HEX triplet: C6, 46 and 2B. RGB value is (198,70,43). Sum of RGB (Red+Green+Blue) = 198+70+43=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 70 (27.73% from 255 or 22.51% from 311); Blue value is 43 (17.19% from 255 or 13.83% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C6462B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6462B is #39B9D4. Grayscale: #696969. Windows color (decimal): -3783125 or 2836166. OLE color: 2836166.

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

Color convert

RGB 198 70 43 -
CMYK 0 0.65 0.78 0.22
HSL 10.45º 0.64% 0.47% -
HSV(B) 10.45º 0.78% 0.78% -
XYZ 25.91 16.56 4.12 -
YUV 105.19 92.91 194.2 -
System Red Green Blue C M Y K H S L
Decimal 198 70 43 0 0.65 0.78 0.22 10.45 0.64 0.47
Hex C6 46 2B 0 41 4E 16 A 40 2F
Octal 306 106 53 0 101 116 26 12 100 57
Binary 11000110 1000110 101011 0 1000001 1001110 10110 1010 1000000 101111

Color Harmonies of #C6462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6462B

Black with #C6462B

Text Example


Text Example

White with #C6462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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