Html Css Color HEX #C7522A Trinidad

📋 copy color: '#C7522A'

red 199 ◦ green 82 ◦ blue 42

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

Shades of Trinidad #C7522A

Tints of Trinidad #C7522A

RGB

 RED value IS 199 (78.13% from 255) = 61.61%

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

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

R = 61.61%
G = 25.39%
B = 13%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C7522A (or 0xC7522A) is known color: Trinidad. HEX triplet: C7, 52 and 2A. RGB value is (199,82,42). Sum of RGB (Red+Green+Blue) = 199+82+42=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 82 (32.42% from 255 or 25.39% from 323); Blue value is 42 (16.80% from 255 or 13.00% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C7522A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7522A is #38ADD5. Grayscale: #707070. Windows color (decimal): -3714518 or 2773703. OLE color: 2773703.

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

Color convert

RGB 199 82 42 -
CMYK 0 0.59 0.79 0.22
HSL 15.29º 0.65% 0.47% -
HSV(B) 15.29º 0.79% 0.78% -
XYZ 26.99 18.34 4.31 -
YUV 112.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 199 82 42 0 0.59 0.79 0.22 15.29 0.65 0.47
Hex C7 52 2A 0 3B 4F 16 F 41 2F
Octal 307 122 52 0 73 117 26 17 101 57
Binary 11000111 1010010 101010 0 111011 1001111 10110 1111 1000001 101111

Color Harmonies of #C7522A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7522A

Black with #C7522A

Text Example


Text Example

White with #C7522A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7522A; }

 p { color: rgb(199,82,42); }

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

background-color css

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

 a { background-color: rgb(199,82,42); }

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

border-color css

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

 span { border-color: rgb(199,82,42); }

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