#CB5021

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

Shades of Trinidad #CB5021

Tints of Trinidad #CB5021

Color information

#CB5021 (or 0xCB5021) is unknown color: approx Trinidad. HEX triplet: CB, 50 and 21. RGB value is (203,80,33). Sum of RGB (Red+Green+Blue) = 203+80+33=316 (41% of max value = 765). Red value is 203 (79.69% from 255 or 64.24% from 316); Green value is 80 (31.64% from 255 or 25.32% from 316); Blue value is 33 (13.28% from 255 or 10.44% from 316); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB5021 is #34AFDE. Grayscale: #6F6F6F. Windows color (decimal): -3452895 or 2183371. OLE color: 2183371.

HSL color Cylindrical-coordinate representation of color #CB5021: hue angle of 16.59º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #CB5021 is Cyan = 0, Magento = 0.61, Yellow = 0.84 and Black (K on CMYK) = 0.20.

Color convert

RGB2038033-
CMYK00.610.840.20
HSL16.59º72.03%46.27%-
HSV(B)16.59º83.74%79.61%-
XYZ27.7718.543.55-
YUV111.4283.75193.32-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 64.24%
GREEN value IS 80 (31.64% from 255) = 25.32%
BLUE value IS 33 (13.28% from 255) = 10.44%
R=64.24%
G=25.32%
B=10.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.84
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203803300.610.840.2016.5972.0346.27
HexCB502103D541411482e
Octal31312041075124242111056
Binary1100101110100001000010111101101010010100100011001000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB5021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB5021; }

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

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

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

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

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

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

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

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