#CB6461

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

Shades of Indian Red #CB6461

Tints of Indian Red #CB6461

Color information

#CB6461 (or 0xCB6461) is unknown color: approx Indian Red. HEX triplet: CB, 64 and 61. RGB value is (203,100,97). Sum of RGB (Red+Green+Blue) = 203+100+97=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6461 is #349B9E. Grayscale: #828282. Windows color (decimal): -3447711 or 6382795. OLE color: 6382795.

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

Color convert

RGB20310097-
CMYK00.510.520.20
HSL1.7º50.48%58.82%-
HSV(B)1.7º52.22%79.61%-
XYZ31.3422.6714.03-
YUV130.45109.12179.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 50.75%
GREEN value IS 100 (39.45% from 255) = 25%
BLUE value IS 97 (38.28% from 255) = 24.25%
R=50.75%
G=25%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.52
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031009700.510.520.201.750.4858.82
HexCB646103334142323b
Octal313144141063642426273
Binary110010111100100110000101100111101001010010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB6461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB6461; }

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

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

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

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

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

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

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

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