Html Css Color HEX #C65139 Trinidad

📋 copy color: '#C65139'

red 198 ◦ green 81 ◦ blue 57

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

Shades of Trinidad #C65139

Tints of Trinidad #C65139

RGB

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

 GREEN value IS 81 (32.03% from 255) = 24.11%

 BLUE value IS 57 (22.66% from 255) = 16.96%

R = 58.93%
G = 24.11%
B = 16.96%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.71

 K value IS 0.22

RGB Variations

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

Color information

#C65139 (or 0xC65139) is known color: Trinidad. HEX triplet: C6, 51 and 39. RGB value is (198,81,57). Sum of RGB (Red+Green+Blue) = 198+81+57=336 (44% of max value = 765). Red value is 198 (77.73% from 255 or 58.93% from 336); Green value is 81 (32.03% from 255 or 24.11% from 336); Blue value is 57 (22.66% from 255 or 16.96% from 336); Max value from RGB is 198 - color contains mainly: red. Hex color #C65139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65139 is #39AEC6. Grayscale: #717171. Windows color (decimal): -3780295 or 3756486. OLE color: 3756486.

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

Color convert

RGB 198 81 57 -
CMYK 0 0.59 0.71 0.22
HSL 10.21º 0.55% 0.5% -
HSV(B) 10.21º 0.71% 0.78% -
XYZ 26.97 18.19 5.96 -
YUV 113.25 96.26 188.45 -
System Red Green Blue C M Y K H S L
Decimal 198 81 57 0 0.59 0.71 0.22 10.21 0.55 0.5
Hex C6 51 39 0 3B 47 16 A 37 32
Octal 306 121 71 0 73 107 26 12 67 62
Binary 11000110 1010001 111001 0 111011 1000111 10110 1010 110111 110010

Color Harmonies of #C65139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65139

Black with #C65139

Text Example


Text Example

White with #C65139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65139; }

 p { color: rgb(198,81,57); }

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

background-color css

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

 a { background-color: rgb(198,81,57); }

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

border-color css

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

 span { border-color: rgb(198,81,57); }

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