Html Css Color HEX #C75430 Trinidad

📋 copy color: '#C75430'

red 199 ◦ green 84 ◦ blue 48

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

Shades of Trinidad #C75430

Tints of Trinidad #C75430

RGB

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

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

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

R = 60.12%
G = 25.38%
B = 14.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C75430 (or 0xC75430) is known color: Trinidad. HEX triplet: C7, 54 and 30. RGB value is (199,84,48). Sum of RGB (Red+Green+Blue) = 199+84+48=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 84 (33.20% from 255 or 25.38% from 331); Blue value is 48 (19.14% from 255 or 14.50% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C75430 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75430 is #38ABCF. Grayscale: #727272. Windows color (decimal): -3714000 or 3167431. OLE color: 3167431.

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

Color convert

RGB 199 84 48 -
CMYK 0 0.58 0.76 0.22
HSL 14.3º 0.61% 0.48% -
HSV(B) 14.3º 0.76% 0.78% -
XYZ 27.26 18.7 4.97 -
YUV 114.28 90.6 188.43 -
System Red Green Blue C M Y K H S L
Decimal 199 84 48 0 0.58 0.76 0.22 14.3 0.61 0.48
Hex C7 54 30 0 3A 4C 16 E 3D 30
Octal 307 124 60 0 72 114 26 16 75 60
Binary 11000111 1010100 110000 0 111010 1001100 10110 1110 111101 110000

Color Harmonies of #C75430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75430

Black with #C75430

Text Example


Text Example

White with #C75430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75430; }

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

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

background-color css

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

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

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

border-color css

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

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

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