Html Css Color HEX #C65420 Trinidad

📋 copy color: '#C65420'

red 198 ◦ green 84 ◦ blue 32

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

Shades of Trinidad #C65420

Tints of Trinidad #C65420

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.75%

 BLUE value IS 32 (12.89% from 255) = 10.19%

R = 63.06%
G = 26.75%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C65420 (or 0xC65420) is known color: Trinidad. HEX triplet: C6, 54 and 20. RGB value is (198,84,32). Sum of RGB (Red+Green+Blue) = 198+84+32=314 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.06% from 314); Green value is 84 (33.20% from 255 or 26.75% from 314); Blue value is 32 (12.89% from 255 or 10.19% from 314); Max value from RGB is 198 - color contains mainly: red. Hex color #C65420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65420 is #39ABDF. Grayscale: #707070. Windows color (decimal): -3779552 or 2118854. OLE color: 2118854.

HSL color Cylindrical-coordinate representation of color #C65420: hue angle of 18.8º degrees, saturation: 0.72, 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 #C65420 is Cyan = 0, Magento = 0.58, Yellow = 0.84 and Black (K on CMYK) = 0.22.

Color convert

RGB 198 84 32 -
CMYK 0 0.58 0.84 0.22
HSL 18.8º 0.72% 0.45% -
HSV(B) 18.8º 0.84% 0.78% -
XYZ 26.72 18.45 3.52 -
YUV 112.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 198 84 32 0 0.58 0.84 0.22 18.8 0.72 0.45
Hex C6 54 20 0 3A 54 16 13 48 2D
Octal 306 124 40 0 72 124 26 23 110 55
Binary 11000110 1010100 100000 0 111010 1010100 10110 10011 1001000 101101

Color Harmonies of #C65420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65420

Black with #C65420

Text Example


Text Example

White with #C65420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65420; }

 p { color: rgb(198,84,32); }

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

background-color css

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

 a { background-color: rgb(198,84,32); }

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

border-color css

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

 span { border-color: rgb(198,84,32); }

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