Html Css Color HEX #C75730 Trinidad

📋 copy color: '#C75730'

red 199 ◦ green 87 ◦ blue 48

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

Shades of Trinidad #C75730

Tints of Trinidad #C75730

RGB

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

 GREEN value IS 87 (34.38% from 255) = 26.05%

 BLUE value IS 48 (19.14% from 255) = 14.37%

R = 59.58%
G = 26.05%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C75730 (or 0xC75730) is known color: Trinidad. HEX triplet: C7, 57 and 30. RGB value is (199,87,48). Sum of RGB (Red+Green+Blue) = 199+87+48=334 (44% of max value = 765). Red value is 199 (78.12% from 255 or 59.58% from 334); Green value is 87 (34.38% from 255 or 26.05% from 334); Blue value is 48 (19.14% from 255 or 14.37% from 334); Max value from RGB is 199 - color contains mainly: red. Hex color #C75730 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75730 is #38A8CF. Grayscale: #747474. Windows color (decimal): -3713232 or 3168199. OLE color: 3168199.

HSL color Cylindrical-coordinate representation of color #C75730: hue angle of 15.5º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C75730 is Cyan = 0, Magento = 0.56, Yellow = 0.76 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 87 48 -
CMYK 0 0.56 0.76 0.22
HSL 15.5º 0.61% 0.48% -
HSV(B) 15.5º 0.76% 0.78% -
XYZ 27.49 19.17 5.05 -
YUV 116.04 89.61 187.17 -
System Red Green Blue C M Y K H S L
Decimal 199 87 48 0 0.56 0.76 0.22 15.5 0.61 0.48
Hex C7 57 30 0 38 4C 16 F 3D 30
Octal 307 127 60 0 70 114 26 17 75 60
Binary 11000111 1010111 110000 0 111000 1001100 10110 1111 111101 110000

Color Harmonies of #C75730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75730

Black with #C75730

Text Example


Text Example

White with #C75730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75730; }

 p { color: rgb(199,87,48); }

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

background-color css

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

 a { background-color: rgb(199,87,48); }

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

border-color css

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

 span { border-color: rgb(199,87,48); }

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