Html Css Color HEX #C85331 Trinidad

📋 copy color: '#C85331'

red 200 ◦ green 83 ◦ blue 49

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

Shades of Trinidad #C85331

Tints of Trinidad #C85331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.76%

R = 60.24%
G = 25%
B = 14.76%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C85331 (or 0xC85331) is known color: Trinidad. HEX triplet: C8, 53 and 31. RGB value is (200,83,49). Sum of RGB (Red+Green+Blue) = 200+83+49=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 49 (19.53% from 255 or 14.76% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C85331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C85331 is #37ACCE. Grayscale: #727272. Windows color (decimal): -3648719 or 3232712. OLE color: 3232712.

HSL color Cylindrical-coordinate representation of color #C85331: hue angle of 13.51º degrees, saturation: 0.61, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C85331 is Cyan = 0, Magento = 0.58, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 83 49 -
CMYK 0 0.58 0.76 0.22
HSL 13.51º 0.61% 0.49% -
HSV(B) 13.51º 0.76% 0.78% -
XYZ 27.47 18.69 5.07 -
YUV 114.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 200 83 49 0 0.58 0.76 0.22 13.51 0.61 0.49
Hex C8 53 31 0 3A 4C 16 E 3D 31
Octal 310 123 61 0 72 114 26 16 75 61
Binary 11001000 1010011 110001 0 111010 1001100 10110 1110 111101 110001

Color Harmonies of #C85331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C85331

Black with #C85331

Text Example


Text Example

White with #C85331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C85331; }

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

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

background-color css

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

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

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

border-color css

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

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

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