#CB615F

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

Shades of Indian Red #CB615F

Tints of Indian Red #CB615F

Color information

#CB615F (or 0xCB615F) is unknown color: approx Indian Red. HEX triplet: CB, 61 and 5F. RGB value is (203,97,95). Sum of RGB (Red+Green+Blue) = 203+97+95=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 97 (38.28% from 255 or 24.56% from 395); Blue value is 95 (37.5% from 255 or 24.05% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB615F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB615F is #349EA0. Grayscale: #808080. Windows color (decimal): -3448481 or 6250955. OLE color: 6250955.

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

Color convert

RGB2039795-
CMYK00.520.530.20
HSL1.11º50.94%58.43%-
HSV(B)1.11º53.2%79.61%-
XYZ30.9722.0713.45-
YUV128.47109.12181.16-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 97 (38.28% from 255) = 24.56%
BLUE value IS 95 (37.5% from 255) = 24.05%
R=51.39%
G=24.56%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.53
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203979500.520.530.201.1150.9458.43
HexCB615F03435141333a
Octal313141137064652416372
Binary11001011110000110111110110100110101101001110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB615F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB615F; }

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

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

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

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

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

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

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

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