Html Css Color HEX #C5532D Trinidad

📋 copy color: '#C5532D'

red 197 ◦ green 83 ◦ blue 45

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

Shades of Trinidad #C5532D

Tints of Trinidad #C5532D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.85%

R = 60.62%
G = 25.54%
B = 13.85%

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

#C5532D (or 0xC5532D) is known color: Trinidad. HEX triplet: C5, 53 and 2D. RGB value is (197,83,45). Sum of RGB (Red+Green+Blue) = 197+83+45=325 (43% of max value = 765). Red value is 197 (77.34% from 255 or 60.62% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 45 (17.97% from 255 or 13.85% from 325); Max value from RGB is 197 - color contains mainly: red. Hex color #C5532D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5532D is #3AACD2. Grayscale: #717171. Windows color (decimal): -3845331 or 2970565. OLE color: 2970565.

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

Color convert

RGB 197 83 45 -
CMYK 0 0.58 0.77 0.23
HSL 15º 0.63% 0.47% -
HSV(B) 15º 0.77% 0.77% -
XYZ 26.59 18.25 4.6 -
YUV 112.75 89.77 188.09 -
System Red Green Blue C M Y K H S L
Decimal 197 83 45 0 0.58 0.77 0.23 15 0.63 0.47
Hex C5 53 2D 0 3A 4D 17 F 3F 2F
Octal 305 123 55 0 72 115 27 17 77 57
Binary 11000101 1010011 101101 0 111010 1001101 10111 1111 111111 101111

Color Harmonies of #C5532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5532D

Black with #C5532D

Text Example


Text Example

White with #C5532D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5532D; }

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

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

background-color css

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

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

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

border-color css

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

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

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