Html Css Color HEX #C75230 Trinidad

📋 copy color: '#C75230'

red 199 ◦ green 82 ◦ blue 48

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

Shades of Trinidad #C75230

Tints of Trinidad #C75230

RGB

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

 GREEN value IS 82 (32.42% from 255) = 24.92%

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

R = 60.49%
G = 24.92%
B = 14.59%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.76

 K value IS 0.22

RGB Variations

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

Color information

#C75230 (or 0xC75230) is known color: Trinidad. HEX triplet: C7, 52 and 30. RGB value is (199,82,48). Sum of RGB (Red+Green+Blue) = 199+82+48=329 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.49% from 329); Green value is 82 (32.42% from 255 or 24.92% from 329); Blue value is 48 (19.14% from 255 or 14.59% from 329); Max value from RGB is 199 - color contains mainly: red. Hex color #C75230 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75230 is #38ADCF. Grayscale: #717171. Windows color (decimal): -3714512 or 3166919. OLE color: 3166919.

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

Color convert

RGB 199 82 48 -
CMYK 0 0.59 0.76 0.22
HSL 13.51º 0.61% 0.48% -
HSV(B) 13.51º 0.76% 0.78% -
XYZ 27.1 18.39 4.92 -
YUV 113.11 91.26 189.26 -
System Red Green Blue C M Y K H S L
Decimal 199 82 48 0 0.59 0.76 0.22 13.51 0.61 0.48
Hex C7 52 30 0 3B 4C 16 E 3D 30
Octal 307 122 60 0 73 114 26 16 75 60
Binary 11000111 1010010 110000 0 111011 1001100 10110 1110 111101 110000

Color Harmonies of #C75230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75230

Black with #C75230

Text Example


Text Example

White with #C75230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75230; }

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

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

background-color css

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

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

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

border-color css

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

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

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