Html Css Color HEX #C75426 Trinidad

📋 copy color: '#C75426'

red 199 ◦ green 84 ◦ blue 38

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

Shades of Trinidad #C75426

Tints of Trinidad #C75426

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.17%

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

R = 61.99%
G = 26.17%
B = 11.84%

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

#C75426 (or 0xC75426) is known color: Trinidad. HEX triplet: C7, 54 and 26. RGB value is (199,84,38). Sum of RGB (Red+Green+Blue) = 199+84+38=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 84 (33.20% from 255 or 26.17% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C75426 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75426 is #38ABD9. Grayscale: #717171. Windows color (decimal): -3714010 or 2512071. OLE color: 2512071.

HSL color Cylindrical-coordinate representation of color #C75426: hue angle of 17.14º 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 #C75426 is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 84 38 -
CMYK 0 0.58 0.81 0.22
HSL 17.14º 0.68% 0.46% -
HSV(B) 17.14º 0.81% 0.78% -
XYZ 27.07 18.62 4 -
YUV 113.14 85.6 189.24 -
System Red Green Blue C M Y K H S L
Decimal 199 84 38 0 0.58 0.81 0.22 17.14 0.68 0.46
Hex C7 54 26 0 3A 51 16 11 44 2E
Octal 307 124 46 0 72 121 26 21 104 56
Binary 11000111 1010100 100110 0 111010 1010001 10110 10001 1000100 101110

Color Harmonies of #C75426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75426

Black with #C75426

Text Example


Text Example

White with #C75426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75426; }

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

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

background-color css

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

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

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

border-color css

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

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

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