Html Css Color HEX #C6422C Trinidad

📋 copy color: '#C6422C'

red 198 ◦ green 66 ◦ blue 44

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

Shades of Trinidad #C6422C

Tints of Trinidad #C6422C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 21.43%

 BLUE value IS 44 (17.58% from 255) = 14.29%

R = 64.29%
G = 21.43%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.22

RGB Variations

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

Color information

#C6422C (or 0xC6422C) is known color: Trinidad. HEX triplet: C6, 42 and 2C. RGB value is (198,66,44). Sum of RGB (Red+Green+Blue) = 198+66+44=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 44 (17.58% from 255 or 14.29% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6422C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6422C is #39BDD3. Grayscale: #676767. Windows color (decimal): -3784148 or 2900678. OLE color: 2900678.

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

Color convert

RGB 198 66 44 -
CMYK 0 0.67 0.78 0.22
HSL 8.57º 0.64% 0.47% -
HSV(B) 8.57º 0.78% 0.78% -
XYZ 25.69 16.08 4.13 -
YUV 102.96 94.73 195.79 -
System Red Green Blue C M Y K H S L
Decimal 198 66 44 0 0.67 0.78 0.22 8.57 0.64 0.47
Hex C6 42 2C 0 43 4E 16 9 40 2F
Octal 306 102 54 0 103 116 26 11 100 57
Binary 11000110 1000010 101100 0 1000011 1001110 10110 1001 1000000 101111

Color Harmonies of #C6422C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6422C

Black with #C6422C

Text Example


Text Example

White with #C6422C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6422C; }

 p { color: rgb(198,66,44); }

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

background-color css

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

 a { background-color: rgb(198,66,44); }

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

border-color css

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

 span { border-color: rgb(198,66,44); }

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