#CB6141

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

Shades of Dark Coral #CB6141

Tints of Dark Coral #CB6141

Color information

#CB6141 (or 0xCB6141) is unknown color: approx Dark Coral. HEX triplet: CB, 61 and 41. RGB value is (203,97,65). Sum of RGB (Red+Green+Blue) = 203+97+65=365 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.62% from 365); Green value is 97 (38.28% from 255 or 26.58% from 365); Blue value is 65 (25.78% from 255 or 17.81% from 365); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6141 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CB6141 is #349EBE. Grayscale: #7D7D7D. Windows color (decimal): -3448511 or 4284875. OLE color: 4284875.

HSL color Cylindrical-coordinate representation of color #CB6141: hue angle of 13.91º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CB6141 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.20.

Color convert

RGB2039765-
CMYK00.520.680.20
HSL13.91º57.02%52.55%-
HSV(B)13.91º67.98%79.61%-
XYZ29.8621.637.6-
YUV125.0594.12183.6-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 55.62%
GREEN value IS 97 (38.28% from 255) = 26.58%
BLUE value IS 65 (25.78% from 255) = 17.81%
R=55.62%
G=26.58%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203976500.520.680.2013.9157.0252.55
HexCB61410344414e3935
Octal31314110106410424167165
Binary110010111100001100000101101001000100101001110111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6141

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6141; }

 p { color: rgb(203,97,65); }

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

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

 a { background-color: rgb(203,97,65); }

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

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

 span { border-color: rgb(203,97,65); }

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