Html Css Color HEX #C65225 Trinidad

📋 copy color: '#C65225'

red 198 ◦ green 82 ◦ blue 37

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

Shades of Trinidad #C65225

Tints of Trinidad #C65225

RGB

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

 GREEN value IS 82 (32.42% from 255) = 25.87%

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

R = 62.46%
G = 25.87%
B = 11.67%

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

#C65225 (or 0xC65225) is known color: Trinidad. HEX triplet: C6, 52 and 25. RGB value is (198,82,37). Sum of RGB (Red+Green+Blue) = 198+82+37=317 (41% of max value = 765). Red value is 198 (77.73% from 255 or 62.46% from 317); Green value is 82 (32.42% from 255 or 25.87% from 317); Blue value is 37 (14.84% from 255 or 11.67% from 317); Max value from RGB is 198 - color contains mainly: red. Hex color #C65225 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65225 is #39ADDA. Grayscale: #6F6F6F. Windows color (decimal): -3780059 or 2446022. OLE color: 2446022.

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

Color convert

RGB 198 82 37 -
CMYK 0 0.59 0.81 0.22
HSL 16.77º 0.69% 0.46% -
HSV(B) 16.77º 0.81% 0.78% -
XYZ 26.64 18.17 3.85 -
YUV 111.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 198 82 37 0 0.59 0.81 0.22 16.77 0.69 0.46
Hex C6 52 25 0 3B 51 16 11 45 2E
Octal 306 122 45 0 73 121 26 21 105 56
Binary 11000110 1010010 100101 0 111011 1010001 10110 10001 1000101 101110

Color Harmonies of #C65225

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65225

Black with #C65225

Text Example


Text Example

White with #C65225

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65225; }

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

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

background-color css

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

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

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

border-color css

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

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

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