Html Css Color HEX #C65837 Trinidad

📋 copy color: '#C65837'

red 198 ◦ green 88 ◦ blue 55

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

Shades of Trinidad #C65837

Tints of Trinidad #C65837

RGB

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

 GREEN value IS 88 (34.77% from 255) = 25.81%

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

R = 58.06%
G = 25.81%
B = 16.13%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.72

 K value IS 0.22

RGB Variations

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

Color information

#C65837 (or 0xC65837) is known color: Trinidad. HEX triplet: C6, 58 and 37. RGB value is (198,88,55). Sum of RGB (Red+Green+Blue) = 198+88+55=341 (45% of max value = 765). Red value is 198 (77.73% from 255 or 58.06% from 341); Green value is 88 (34.77% from 255 or 25.81% from 341); Blue value is 55 (21.88% from 255 or 16.13% from 341); Max value from RGB is 198 - color contains mainly: red. Hex color #C65837 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65837 is #39A7C8. Grayscale: #757575. Windows color (decimal): -3778505 or 3627206. OLE color: 3627206.

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

Color convert

RGB 198 88 55 -
CMYK 0 0.56 0.72 0.22
HSL 13.85º 0.57% 0.5% -
HSV(B) 13.85º 0.72% 0.78% -
XYZ 27.47 19.26 5.88 -
YUV 117.13 92.94 185.68 -
System Red Green Blue C M Y K H S L
Decimal 198 88 55 0 0.56 0.72 0.22 13.85 0.57 0.5
Hex C6 58 37 0 38 48 16 E 39 32
Octal 306 130 67 0 70 110 26 16 71 62
Binary 11000110 1011000 110111 0 111000 1001000 10110 1110 111001 110010

Color Harmonies of #C65837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65837

Black with #C65837

Text Example


Text Example

White with #C65837

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65837; }

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

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

background-color css

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

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

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

border-color css

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

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

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