Html Css Color HEX #C65525 Trinidad

📋 copy color: '#C65525'

red 198 ◦ green 85 ◦ blue 37

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

Shades of Trinidad #C65525

Tints of Trinidad #C65525

RGB

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

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

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

R = 61.88%
G = 26.56%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C65525 (or 0xC65525) is known color: Trinidad. HEX triplet: C6, 55 and 25. RGB value is (198,85,37). Sum of RGB (Red+Green+Blue) = 198+85+37=320 (42% of max value = 765). Red value is 198 (77.73% from 255 or 61.88% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 198 - color contains mainly: red. Hex color #C65525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65525 is #39AADA. Grayscale: #717171. Windows color (decimal): -3779291 or 2446790. OLE color: 2446790.

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

Color convert

RGB 198 85 37 -
CMYK 0 0.57 0.81 0.22
HSL 17.89º 0.69% 0.46% -
HSV(B) 17.89º 0.81% 0.78% -
XYZ 26.87 18.64 3.93 -
YUV 113.32 84.94 188.4 -
System Red Green Blue C M Y K H S L
Decimal 198 85 37 0 0.57 0.81 0.22 17.89 0.69 0.46
Hex C6 55 25 0 39 51 16 12 45 2E
Octal 306 125 45 0 71 121 26 22 105 56
Binary 11000110 1010101 100101 0 111001 1010001 10110 10010 1000101 101110

Color Harmonies of #C65525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C65525

Black with #C65525

Text Example


Text Example

White with #C65525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C65525; }

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

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

background-color css

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

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

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

border-color css

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

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

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