Html Css Color HEX #C85326 Trinidad

📋 copy color: '#C85326'

red 200 ◦ green 83 ◦ blue 38

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

Shades of Trinidad #C85326

Tints of Trinidad #C85326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.84%

R = 62.31%
G = 25.86%
B = 11.84%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C85326 (or 0xC85326) is known color: Trinidad. HEX triplet: C8, 53 and 26. RGB value is (200,83,38). Sum of RGB (Red+Green+Blue) = 200+83+38=321 (42% of max value = 765). Red value is 200 (78.52% from 255 or 62.31% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 200 - color contains mainly: red. Hex color #C85326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85326 is #37ACD9. Grayscale: #717171. Windows color (decimal): -3648730 or 2511816. OLE color: 2511816.

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

Color convert

RGB 200 83 38 -
CMYK 0 0.58 0.81 0.22
HSL 16.67º 0.68% 0.47% -
HSV(B) 16.67º 0.81% 0.78% -
XYZ 27.26 18.61 3.99 -
YUV 112.85 85.76 190.16 -
System Red Green Blue C M Y K H S L
Decimal 200 83 38 0 0.58 0.81 0.22 16.67 0.68 0.47
Hex C8 53 26 0 3A 51 16 11 44 2F
Octal 310 123 46 0 72 121 26 21 104 57
Binary 11001000 1010011 100110 0 111010 1010001 10110 10001 1000100 101111

Color Harmonies of #C85326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85326

Black with #C85326

Text Example


Text Example

White with #C85326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85326; }

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

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

background-color css

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

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

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

border-color css

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

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

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