Html Css Color HEX #C75326 Trinidad

📋 copy color: '#C75326'

red 199 ◦ green 83 ◦ blue 38

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

Shades of Trinidad #C75326

Tints of Trinidad #C75326

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 11.88%

R = 62.19%
G = 25.94%
B = 11.88%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.81

 K value IS 0.22

RGB Variations

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

Color information

#C75326 (or 0xC75326) is known color: Trinidad. HEX triplet: C7, 53 and 26. RGB value is (199,83,38). Sum of RGB (Red+Green+Blue) = 199+83+38=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 83 (32.81% from 255 or 25.94% from 320); Blue value is 38 (15.23% from 255 or 11.88% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C75326 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75326 is #38ACD9. Grayscale: #707070. Windows color (decimal): -3714266 or 2511815. OLE color: 2511815.

HSL color Cylindrical-coordinate representation of color #C75326: hue angle of 16.77º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C75326 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 83 38 -
CMYK 0 0.58 0.81 0.22
HSL 16.77º 0.68% 0.46% -
HSV(B) 16.77º 0.81% 0.78% -
XYZ 27 18.47 3.98 -
YUV 112.55 85.93 189.66 -
System Red Green Blue C M Y K H S L
Decimal 199 83 38 0 0.58 0.81 0.22 16.77 0.68 0.46
Hex C7 53 26 0 3A 51 16 11 44 2E
Octal 307 123 46 0 72 121 26 21 104 56
Binary 11000111 1010011 100110 0 111010 1010001 10110 10001 1000100 101110

Color Harmonies of #C75326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75326

Black with #C75326

Text Example


Text Example

White with #C75326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75326; }

 p { color: rgb(199,83,38); }

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

background-color css

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

 a { background-color: rgb(199,83,38); }

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

border-color css

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

 span { border-color: rgb(199,83,38); }

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