Html Css Color HEX #C7521E Trinidad

📋 copy color: '#C7521E'

red 199 ◦ green 82 ◦ blue 30

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

Shades of Trinidad #C7521E

Tints of Trinidad #C7521E

RGB

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

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

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

R = 63.99%
G = 26.37%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.85

 K value IS 0.22

RGB Variations

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

Color information

#C7521E (or 0xC7521E) is known color: Trinidad. HEX triplet: C7, 52 and 1E. RGB value is (199,82,30). Sum of RGB (Red+Green+Blue) = 199+82+30=311 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.99% from 311); Green value is 82 (32.42% from 255 or 26.37% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 199 - color contains mainly: red. Hex color #C7521E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C7521E is #38ADE1. Grayscale: #6F6F6F. Windows color (decimal): -3714530 or 1987271. OLE color: 1987271.

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

Color convert

RGB 199 82 30 -
CMYK 0 0.59 0.85 0.22
HSL 18.46º 0.74% 0.45% -
HSV(B) 18.46º 0.85% 0.78% -
XYZ 26.8 18.27 3.34 -
YUV 111.06 82.26 190.73 -
System Red Green Blue C M Y K H S L
Decimal 199 82 30 0 0.59 0.85 0.22 18.46 0.74 0.45
Hex C7 52 1E 0 3B 55 16 12 4A 2D
Octal 307 122 36 0 73 125 26 22 112 55
Binary 11000111 1010010 11110 0 111011 1010101 10110 10010 1001010 101101

Color Harmonies of #C7521E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7521E

Black with #C7521E

Text Example


Text Example

White with #C7521E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7521E; }

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

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

background-color css

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

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

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

border-color css

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

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

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