Html Css Color HEX #C65537 Trinidad

📋 copy color: '#C65537'

red 198 ◦ green 85 ◦ blue 55

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

Shades of Trinidad #C65537

Tints of Trinidad #C65537

RGB

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

 GREEN value IS 85 (33.59% from 255) = 25.15%

 BLUE value IS 55 (21.88% from 255) = 16.27%

R = 58.58%
G = 25.15%
B = 16.27%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C65537 (or 0xC65537) is known color: Trinidad. HEX triplet: C6, 55 and 37. RGB value is (198,85,55). Sum of RGB (Red+Green+Blue) = 198+85+55=338 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.58% from 338); Green value is 85 (33.59% from 255 or 25.15% from 338); Blue value is 55 (21.88% from 255 or 16.27% from 338); Max value from RGB is 198 - color contains mainly: red. Hex color #C65537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65537 is #39AAC8. Grayscale: #737373. Windows color (decimal): -3779273 or 3626438. OLE color: 3626438.

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

Color convert

RGB 198 85 55 -
CMYK 0 0.57 0.72 0.22
HSL 12.59º 0.57% 0.5% -
HSV(B) 12.59º 0.72% 0.78% -
XYZ 27.23 18.78 5.8 -
YUV 115.37 93.94 186.94 -
System Red Green Blue C M Y K H S L
Decimal 198 85 55 0 0.57 0.72 0.22 12.59 0.57 0.5
Hex C6 55 37 0 39 48 16 D 39 32
Octal 306 125 67 0 71 110 26 15 71 62
Binary 11000110 1010101 110111 0 111001 1001000 10110 1101 111001 110010

Color Harmonies of #C65537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65537

Black with #C65537

Text Example


Text Example

White with #C65537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65537; }

 p { color: rgb(198,85,55); }

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

background-color css

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

 a { background-color: rgb(198,85,55); }

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

border-color css

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

 span { border-color: rgb(198,85,55); }

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