Html Css Color HEX #C75329 Trinidad

📋 copy color: '#C75329'

red 199 ◦ green 83 ◦ blue 41

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

Shades of Trinidad #C75329

Tints of Trinidad #C75329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 12.69%

R = 61.61%
G = 25.7%
B = 12.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.79

 K value IS 0.22

RGB Variations

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

Color information

#C75329 (or 0xC75329) is known color: Trinidad. HEX triplet: C7, 53 and 29. RGB value is (199,83,41). Sum of RGB (Red+Green+Blue) = 199+83+41=323 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.61% from 323); Green value is 83 (32.81% from 255 or 25.70% from 323); Blue value is 41 (16.41% from 255 or 12.69% from 323); Max value from RGB is 199 - color contains mainly: red. Hex color #C75329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75329 is #38ACD6. Grayscale: #717171. Windows color (decimal): -3714263 or 2708423. OLE color: 2708423.

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

Color convert

RGB 199 83 41 -
CMYK 0 0.58 0.79 0.22
HSL 15.95º 0.66% 0.47% -
HSV(B) 15.95º 0.79% 0.78% -
XYZ 27.05 18.49 4.24 -
YUV 112.9 87.43 189.42 -
System Red Green Blue C M Y K H S L
Decimal 199 83 41 0 0.58 0.79 0.22 15.95 0.66 0.47
Hex C7 53 29 0 3A 4F 16 10 42 2F
Octal 307 123 51 0 72 117 26 20 102 57
Binary 11000111 1010011 101001 0 111010 1001111 10110 10000 1000010 101111

Color Harmonies of #C75329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75329

Black with #C75329

Text Example


Text Example

White with #C75329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75329; }

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

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

background-color css

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

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

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

border-color css

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

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

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