Html Css Color HEX #C55328 Trinidad

📋 copy color: '#C55328'

red 197 ◦ green 83 ◦ blue 40

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

Shades of Trinidad #C55328

Tints of Trinidad #C55328

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.5%

R = 61.56%
G = 25.94%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.80

 K value IS 0.23

RGB Variations

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

Color information

#C55328 (or 0xC55328) is known color: Trinidad. HEX triplet: C5, 53 and 28. RGB value is (197,83,40). Sum of RGB (Red+Green+Blue) = 197+83+40=320 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.56% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 40 (16.02% from 255 or 12.5% from 320); Max value from RGB is 197 - color contains mainly: red. Hex color #C55328 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C55328 is #3AACD7. Grayscale: #707070. Windows color (decimal): -3845336 or 2642885. OLE color: 2642885.

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

Color convert

RGB 197 83 40 -
CMYK 0 0.58 0.80 0.23
HSL 16.43º 0.66% 0.46% -
HSV(B) 16.43º 0.8% 0.77% -
XYZ 26.5 18.21 4.13 -
YUV 112.18 87.27 188.5 -
System Red Green Blue C M Y K H S L
Decimal 197 83 40 0 0.58 0.80 0.23 16.43 0.66 0.46
Hex C5 53 28 0 3A 50 17 10 42 2E
Octal 305 123 50 0 72 120 27 20 102 56
Binary 11000101 1010011 101000 0 111010 1010000 10111 10000 1000010 101110

Color Harmonies of #C55328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C55328

Black with #C55328

Text Example


Text Example

White with #C55328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C55328; }

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

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

background-color css

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

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

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

border-color css

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

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

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