Html Css Color HEX #C55326 Trinidad

📋 copy color: '#C55326'

red 197 ◦ green 83 ◦ blue 38

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

Shades of Trinidad #C55326

Tints of Trinidad #C55326

RGB

 RED value IS 197 (77.34% from 255) = 61.95%

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

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

R = 61.95%
G = 26.1%
B = 11.95%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.23

RGB Variations

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

Color information

#C55326 (or 0xC55326) is known color: Trinidad. HEX triplet: C5, 53 and 26. RGB value is (197,83,38). Sum of RGB (Red+Green+Blue) = 197+83+38=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 83 (32.81% from 255 or 26.10% from 318); Blue value is 38 (15.23% from 255 or 11.95% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C55326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55326 is #3AACD9. Grayscale: #707070. Windows color (decimal): -3845338 or 2511813. OLE color: 2511813.

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

Color convert

RGB 197 83 38 -
CMYK 0 0.58 0.81 0.23
HSL 16.98º 0.68% 0.46% -
HSV(B) 16.98º 0.81% 0.77% -
XYZ 26.47 18.2 3.95 -
YUV 111.96 86.27 188.66 -
System Red Green Blue C M Y K H S L
Decimal 197 83 38 0 0.58 0.81 0.23 16.98 0.68 0.46
Hex C5 53 26 0 3A 51 17 11 44 2E
Octal 305 123 46 0 72 121 27 21 104 56
Binary 11000101 1010011 100110 0 111010 1010001 10111 10001 1000100 101110

Color Harmonies of #C55326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55326

Black with #C55326

Text Example


Text Example

White with #C55326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55326; }

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

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

background-color css

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

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

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

border-color css

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

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

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