Html Css Color HEX #C5532E Trinidad

📋 copy color: '#C5532E'

red 197 ◦ green 83 ◦ blue 46

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

Shades of Trinidad #C5532E

Tints of Trinidad #C5532E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.11%

R = 60.43%
G = 25.46%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C5532E (or 0xC5532E) is known color: Trinidad. HEX triplet: C5, 53 and 2E. RGB value is (197,83,46). Sum of RGB (Red+Green+Blue) = 197+83+46=326 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.43% from 326); Green value is 83 (32.81% from 255 or 25.46% from 326); Blue value is 46 (18.36% from 255 or 14.11% from 326); Max value from RGB is 197 - color contains mainly: red. Hex color #C5532E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5532E is #3AACD1. Grayscale: #717171. Windows color (decimal): -3845330 or 3036101. OLE color: 3036101.

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

Color convert

RGB 197 83 46 -
CMYK 0 0.58 0.77 0.23
HSL 14.7º 0.62% 0.48% -
HSV(B) 14.7º 0.77% 0.77% -
XYZ 26.61 18.25 4.71 -
YUV 112.87 90.27 188.01 -
System Red Green Blue C M Y K H S L
Decimal 197 83 46 0 0.58 0.77 0.23 14.7 0.62 0.48
Hex C5 53 2E 0 3A 4D 17 F 3E 30
Octal 305 123 56 0 72 115 27 17 76 60
Binary 11000101 1010011 101110 0 111010 1001101 10111 1111 111110 110000

Color Harmonies of #C5532E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5532E

Black with #C5532E

Text Example


Text Example

White with #C5532E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5532E; }

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

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

background-color css

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

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

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

border-color css

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

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

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