Html Css Color HEX #C5532B Trinidad

📋 copy color: '#C5532B'

red 197 ◦ green 83 ◦ blue 43

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

Shades of Trinidad #C5532B

Tints of Trinidad #C5532B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.31%

R = 60.99%
G = 25.7%
B = 13.31%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C5532B (or 0xC5532B) is known color: Trinidad. HEX triplet: C5, 53 and 2B. RGB value is (197,83,43). Sum of RGB (Red+Green+Blue) = 197+83+43=323 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.99% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 43 (17.19% from 255 or 13.31% from 323); Max value from RGB is 197 - color contains mainly: red. Hex color #C5532B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C5532B is #3AACD4. Grayscale: #707070. Windows color (decimal): -3845333 or 2839493. OLE color: 2839493.

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

Color convert

RGB 197 83 43 -
CMYK 0 0.58 0.78 0.23
HSL 15.58º 0.64% 0.47% -
HSV(B) 15.58º 0.78% 0.77% -
XYZ 26.56 18.23 4.4 -
YUV 112.53 88.77 188.25 -
System Red Green Blue C M Y K H S L
Decimal 197 83 43 0 0.58 0.78 0.23 15.58 0.64 0.47
Hex C5 53 2B 0 3A 4E 17 10 40 2F
Octal 305 123 53 0 72 116 27 20 100 57
Binary 11000101 1010011 101011 0 111010 1001110 10111 10000 1000000 101111

Color Harmonies of #C5532B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5532B

Black with #C5532B

Text Example


Text Example

White with #C5532B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5532B; }

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

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

background-color css

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

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

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

border-color css

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

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

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