#C65021

Color #C65021 Trinidad (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trinidad #C65021

Tints of Trinidad #C65021

Color information

#C65021 (or 0xC65021) is unknown color: approx Trinidad. HEX triplet: C6, 50 and 21. RGB value is (198,80,33). Sum of RGB (Red+Green+Blue) = 198+80+33=311 (41% of max value = 765). Red value is 198 (77.73% from 255 or 63.67% from 311); Green value is 80 (31.64% from 255 or 25.72% from 311); Blue value is 33 (13.28% from 255 or 10.61% from 311); Max value from RGB is 198 - color contains mainly: red. Hex color #C65021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C65021 is #39AFDE. Grayscale: #6E6E6E. Windows color (decimal): -3780575 or 2183366. OLE color: 2183366.

HSL color Cylindrical-coordinate representation of color #C65021: hue angle of 17.09º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C65021 is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.22.

Color convert

RGB1988033-
CMYK00.600.830.22
HSL17.09º71.43%45.29%-
HSV(B)17.09º83.33%77.65%-
XYZ26.4317.853.49-
YUV109.9284.59190.82-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 63.67%
GREEN value IS 80 (31.64% from 255) = 25.72%
BLUE value IS 33 (13.28% from 255) = 10.61%
R=63.67%
G=25.72%
B=10.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal198803300.600.830.2217.0971.4345.29
HexC6502103C531611472d
Octal30612041074123262110755
Binary1100011010100001000010111100101001110110100011000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C65021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C65021; }

 p { color: rgb(198,80,33); }

 H1.HeaderClassName
 {
   color: #C65021;
 }
 .AnyTagClassName
 {
   color: #C65021;
 }
</style>
background-color css

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

 a { background-color: rgb(198,80,33); }

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

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

 span { border-color: rgb(198,80,33); }

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