Html Css Color HEX #C75331 Trinidad

📋 copy color: '#C75331'

red 199 ◦ green 83 ◦ blue 49

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

Shades of Trinidad #C75331

Tints of Trinidad #C75331

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 14.8%

R = 60.12%
G = 25.08%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#C75331 (or 0xC75331) is known color: Trinidad. HEX triplet: C7, 53 and 31. RGB value is (199,83,49). Sum of RGB (Red+Green+Blue) = 199+83+49=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 49 (19.53% from 255 or 14.80% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C75331 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75331 is #38ACCE. Grayscale: #727272. Windows color (decimal): -3714255 or 3232711. OLE color: 3232711.

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

Color convert

RGB 199 83 49 -
CMYK 0 0.58 0.75 0.22
HSL 13.6º 0.6% 0.49% -
HSV(B) 13.6º 0.75% 0.78% -
XYZ 27.2 18.55 5.05 -
YUV 113.81 91.43 188.76 -
System Red Green Blue C M Y K H S L
Decimal 199 83 49 0 0.58 0.75 0.22 13.6 0.6 0.49
Hex C7 53 31 0 3A 4B 16 E 3C 31
Octal 307 123 61 0 72 113 26 16 74 61
Binary 11000111 1010011 110001 0 111010 1001011 10110 1110 111100 110001

Color Harmonies of #C75331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75331

Black with #C75331

Text Example


Text Example

White with #C75331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75331; }

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

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

background-color css

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

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

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

border-color css

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

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

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