#CA4126

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

Shades of Trinidad #CA4126

Tints of Trinidad #CA4126

Color information

#CA4126 (or 0xCA4126) is unknown color: approx Trinidad. HEX triplet: CA, 41 and 26. RGB value is (202,65,38). Sum of RGB (Red+Green+Blue) = 202+65+38=305 (40% of max value = 765). Red value is 202 (79.30% from 255 or 66.23% from 305); Green value is 65 (25.78% from 255 or 21.31% from 305); Blue value is 38 (15.23% from 255 or 12.46% from 305); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4126 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CA4126 is #35BED9. Grayscale: #676767. Windows color (decimal): -3522266 or 2507210. OLE color: 2507210.

HSL color Cylindrical-coordinate representation of color #CA4126: hue angle of 9.88º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CA4126 is Cyan = 0, Magento = 0.68, Yellow = 0.81 and Black (K on CMYK) = 0.21.

Color convert

RGB2026538-
CMYK00.680.810.21
HSL9.88º68.33%47.06%-
HSV(B)9.88º81.19%79.22%-
XYZ26.616.483.61-
YUV102.8891.39198.7-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 66.23%
GREEN value IS 65 (25.78% from 255) = 21.31%
BLUE value IS 38 (15.23% from 255) = 12.46%
R=66.23%
G=21.31%
B=12.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.81
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202653800.680.810.219.8868.3347.06
HexCA41260445115a442f
Octal312101460104121251210457
Binary1100101010000011001100100010010100011010110101000100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CA4126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CA4126; }

 p { color: rgb(202,65,38); }

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

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

 a { background-color: rgb(202,65,38); }

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

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

 span { border-color: rgb(202,65,38); }

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