Html Css Color HEX #C85525 Trinidad

📋 copy color: '#C85525'

red 200 ◦ green 85 ◦ blue 37

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

Shades of Trinidad #C85525

Tints of Trinidad #C85525

RGB

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

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

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

R = 62.11%
G = 26.4%
B = 11.49%

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

#C85525 (or 0xC85525) is known color: Trinidad. HEX triplet: C8, 55 and 25. RGB value is (200,85,37). Sum of RGB (Red+Green+Blue) = 200+85+37=322 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.11% from 322); Green value is 85 (33.59% from 255 or 26.40% from 322); Blue value is 37 (14.84% from 255 or 11.49% from 322); Max value from RGB is 200 - color contains mainly: red. Hex color #C85525 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85525 is #37AADA. Grayscale: #727272. Windows color (decimal): -3648219 or 2446792. OLE color: 2446792.

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

Color convert

RGB 200 85 37 -
CMYK 0 0.58 0.82 0.22
HSL 17.67º 0.69% 0.46% -
HSV(B) 17.67º 0.82% 0.78% -
XYZ 27.4 18.91 3.96 -
YUV 113.91 84.6 189.4 -
System Red Green Blue C M Y K H S L
Decimal 200 85 37 0 0.58 0.82 0.22 17.67 0.69 0.46
Hex C8 55 25 0 3A 52 16 12 45 2E
Octal 310 125 45 0 72 122 26 22 105 56
Binary 11001000 1010101 100101 0 111010 1010010 10110 10010 1000101 101110

Color Harmonies of #C85525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85525

Black with #C85525

Text Example


Text Example

White with #C85525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85525; }

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

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

background-color css

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

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

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

border-color css

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

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

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