Html Css Color HEX #C5532A Trinidad

📋 copy color: '#C5532A'

red 197 ◦ green 83 ◦ blue 42

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

Shades of Trinidad #C5532A

Tints of Trinidad #C5532A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.04%

R = 61.18%
G = 25.78%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.23

RGB Variations

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

Color information

#C5532A (or 0xC5532A) is known color: Trinidad. HEX triplet: C5, 53 and 2A. RGB value is (197,83,42). Sum of RGB (Red+Green+Blue) = 197+83+42=322 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.18% from 322); Green value is 83 (32.81% from 255 or 25.78% from 322); Blue value is 42 (16.80% from 255 or 13.04% from 322); Max value from RGB is 197 - color contains mainly: red. Hex color #C5532A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5532A is #3AACD5. Grayscale: #707070. Windows color (decimal): -3845334 or 2773957. OLE color: 2773957.

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

Color convert

RGB 197 83 42 -
CMYK 0 0.58 0.79 0.23
HSL 15.87º 0.65% 0.47% -
HSV(B) 15.87º 0.79% 0.77% -
XYZ 26.54 18.22 4.31 -
YUV 112.41 88.27 188.33 -
System Red Green Blue C M Y K H S L
Decimal 197 83 42 0 0.58 0.79 0.23 15.87 0.65 0.47
Hex C5 53 2A 0 3A 4F 17 10 41 2F
Octal 305 123 52 0 72 117 27 20 101 57
Binary 11000101 1010011 101010 0 111010 1001111 10111 10000 1000001 101111

Color Harmonies of #C5532A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5532A

Black with #C5532A

Text Example


Text Example

White with #C5532A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5532A; }

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

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

background-color css

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

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

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

border-color css

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

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

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