Html Css Color HEX #C85325 Trinidad

📋 copy color: '#C85325'

red 200 ◦ green 83 ◦ blue 37

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

Shades of Trinidad #C85325

Tints of Trinidad #C85325

RGB

 RED value IS 200 (78.52% from 255) = 62.5%

 GREEN value IS 83 (32.81% from 255) = 25.94%

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

R = 62.5%
G = 25.94%
B = 11.56%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C85325 (or 0xC85325) is known color: Trinidad. HEX triplet: C8, 53 and 25. RGB value is (200,83,37). Sum of RGB (Red+Green+Blue) = 200+83+37=320 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.5% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 37 (14.84% from 255 or 11.56% from 320); Max value from RGB is 200 - color contains mainly: red. Hex color #C85325 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85325 is #37ACDA. Grayscale: #717171. Windows color (decimal): -3648731 or 2446280. OLE color: 2446280.

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

Color convert

RGB 200 83 37 -
CMYK 0 0.58 0.82 0.22
HSL 16.93º 0.69% 0.46% -
HSV(B) 16.93º 0.82% 0.78% -
XYZ 27.25 18.6 3.9 -
YUV 112.74 85.26 190.24 -
System Red Green Blue C M Y K H S L
Decimal 200 83 37 0 0.58 0.82 0.22 16.93 0.69 0.46
Hex C8 53 25 0 3A 52 16 11 45 2E
Octal 310 123 45 0 72 122 26 21 105 56
Binary 11001000 1010011 100101 0 111010 1010010 10110 10001 1000101 101110

Color Harmonies of #C85325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85325

Black with #C85325

Text Example


Text Example

White with #C85325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85325; }

 p { color: rgb(200,83,37); }

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

background-color css

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

 a { background-color: rgb(200,83,37); }

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

border-color css

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

 span { border-color: rgb(200,83,37); }

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