Html Css Color HEX #C65125 Trinidad

📋 copy color: '#C65125'

red 198 ◦ green 81 ◦ blue 37

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

Shades of Trinidad #C65125

Tints of Trinidad #C65125

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 11.71%

R = 62.66%
G = 25.63%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C65125 (or 0xC65125) is known color: Trinidad. HEX triplet: C6, 51 and 25. RGB value is (198,81,37). Sum of RGB (Red+Green+Blue) = 198+81+37=316 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.66% from 316); Green value is 81 (32.03% from 255 or 25.63% from 316); Blue value is 37 (14.84% from 255 or 11.71% from 316); Max value from RGB is 198 - color contains mainly: red. Hex color #C65125 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65125 is #39AEDA. Grayscale: #6F6F6F. Windows color (decimal): -3780315 or 2445766. OLE color: 2445766.

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

Color convert

RGB 198 81 37 -
CMYK 0 0.59 0.81 0.22
HSL 16.4º 0.69% 0.46% -
HSV(B) 16.4º 0.81% 0.78% -
XYZ 26.57 18.02 3.83 -
YUV 110.97 86.26 190.08 -
System Red Green Blue C M Y K H S L
Decimal 198 81 37 0 0.59 0.81 0.22 16.4 0.69 0.46
Hex C6 51 25 0 3B 51 16 10 45 2E
Octal 306 121 45 0 73 121 26 20 105 56
Binary 11000110 1010001 100101 0 111011 1010001 10110 10000 1000101 101110

Color Harmonies of #C65125

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65125

Black with #C65125

Text Example


Text Example

White with #C65125

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65125; }

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

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

background-color css

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

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

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

border-color css

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

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

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