Html Css Color HEX #C75523 Trinidad

📋 copy color: '#C75523'

red 199 ◦ green 85 ◦ blue 35

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

Shades of Trinidad #C75523

Tints of Trinidad #C75523

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.65%

 BLUE value IS 35 (14.06% from 255) = 10.97%

R = 62.38%
G = 26.65%
B = 10.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.82

 K value IS 0.22

RGB Variations

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

Color information

#C75523 (or 0xC75523) is known color: Trinidad. HEX triplet: C7, 55 and 23. RGB value is (199,85,35). Sum of RGB (Red+Green+Blue) = 199+85+35=319 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.38% from 319); Green value is 85 (33.59% from 255 or 26.65% from 319); Blue value is 35 (14.06% from 255 or 10.97% from 319); Max value from RGB is 199 - color contains mainly: red. Hex color #C75523 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C75523 is #38AADC. Grayscale: #717171. Windows color (decimal): -3713757 or 2315719. OLE color: 2315719.

HSL color Cylindrical-coordinate representation of color #C75523: hue angle of 18.29º degrees, saturation: 0.7, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C75523 is Cyan = 0, Magento = 0.57, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 85 35 -
CMYK 0 0.57 0.82 0.22
HSL 18.29º 0.7% 0.46% -
HSV(B) 18.29º 0.82% 0.78% -
XYZ 27.11 18.76 3.78 -
YUV 113.39 83.77 189.07 -
System Red Green Blue C M Y K H S L
Decimal 199 85 35 0 0.57 0.82 0.22 18.29 0.7 0.46
Hex C7 55 23 0 39 52 16 12 46 2E
Octal 307 125 43 0 71 122 26 22 106 56
Binary 11000111 1010101 100011 0 111001 1010010 10110 10010 1000110 101110

Color Harmonies of #C75523

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C75523

Black with #C75523

Text Example


Text Example

White with #C75523

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C75523; }

 p { color: rgb(199,85,35); }

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

background-color css

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

 a { background-color: rgb(199,85,35); }

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

border-color css

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

 span { border-color: rgb(199,85,35); }

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