Html Css Color HEX #C4521E Trinidad

📋 copy color: '#C4521E'

red 196 ◦ green 82 ◦ blue 30

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

Shades of Trinidad #C4521E

Tints of Trinidad #C4521E

RGB

 RED value IS 196 (76.95% from 255) = 63.64%

 GREEN value IS 82 (32.42% from 255) = 26.62%

 BLUE value IS 30 (12.11% from 255) = 9.74%

R = 63.64%
G = 26.62%
B = 9.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4521E (or 0xC4521E) is known color: Trinidad. HEX triplet: C4, 52 and 1E. RGB value is (196,82,30). Sum of RGB (Red+Green+Blue) = 196+82+30=308 (40% of max value = 765). Red value is 196 (76.95% from 255 or 63.64% from 308); Green value is 82 (32.42% from 255 or 26.62% from 308); Blue value is 30 (12.11% from 255 or 9.74% from 308); Max value from RGB is 196 - color contains mainly: red. Hex color #C4521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4521E is #3BADE1. Grayscale: #6E6E6E. Windows color (decimal): -3911138 or 1987268. OLE color: 1987268.

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

Color convert

RGB 196 82 30 -
CMYK 0 0.58 0.85 0.23
HSL 18.8º 0.73% 0.44% -
HSV(B) 18.8º 0.85% 0.77% -
XYZ 26.02 17.86 3.31 -
YUV 110.16 82.77 189.23 -
System Red Green Blue C M Y K H S L
Decimal 196 82 30 0 0.58 0.85 0.23 18.8 0.73 0.44
Hex C4 52 1E 0 3A 55 17 13 49 2C
Octal 304 122 36 0 72 125 27 23 111 54
Binary 11000100 1010010 11110 0 111010 1010101 10111 10011 1001001 101100

Color Harmonies of #C4521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4521E

Black with #C4521E

Text Example


Text Example

White with #C4521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4521E; }

 p { color: rgb(196,82,30); }

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

background-color css

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

 a { background-color: rgb(196,82,30); }

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

border-color css

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

 span { border-color: rgb(196,82,30); }

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