Html Css Color HEX #C6442A Trinidad

📋 copy color: '#C6442A'

red 198 ◦ green 68 ◦ blue 42

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

Shades of Trinidad #C6442A

Tints of Trinidad #C6442A

RGB

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

 GREEN value IS 68 (26.95% from 255) = 22.08%

 BLUE value IS 42 (16.8% from 255) = 13.64%

R = 64.29%
G = 22.08%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C6442A (or 0xC6442A) is known color: Trinidad. HEX triplet: C6, 44 and 2A. RGB value is (198,68,42). Sum of RGB (Red+Green+Blue) = 198+68+42=308 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.29% from 308); Green value is 68 (26.95% from 255 or 22.08% from 308); Blue value is 42 (16.80% from 255 or 13.64% from 308); Max value from RGB is 198 - color contains mainly: red. Hex color #C6442A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C6442A is #39BBD5. Grayscale: #686868. Windows color (decimal): -3783638 or 2770118. OLE color: 2770118.

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

Color convert

RGB 198 68 42 -
CMYK 0 0.66 0.79 0.22
HSL 10º 0.65% 0.47% -
HSV(B) 10º 0.79% 0.78% -
XYZ 25.77 16.31 3.98 -
YUV 103.91 93.07 195.11 -
System Red Green Blue C M Y K H S L
Decimal 198 68 42 0 0.66 0.79 0.22 10 0.65 0.47
Hex C6 44 2A 0 42 4F 16 A 41 2F
Octal 306 104 52 0 102 117 26 12 101 57
Binary 11000110 1000100 101010 0 1000010 1001111 10110 1010 1000001 101111

Color Harmonies of #C6442A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6442A

Black with #C6442A

Text Example


Text Example

White with #C6442A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6442A; }

 p { color: rgb(198,68,42); }

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

background-color css

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

 a { background-color: rgb(198,68,42); }

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

border-color css

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

 span { border-color: rgb(198,68,42); }

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