#CB645D

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

Shades of Indian Red #CB645D

Tints of Indian Red #CB645D

Color information

#CB645D (or 0xCB645D) is unknown color: approx Indian Red. HEX triplet: CB, 64 and 5D. RGB value is (203,100,93). Sum of RGB (Red+Green+Blue) = 203+100+93=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB645D is #349BA2. Grayscale: #828282. Windows color (decimal): -3447715 or 6120651. OLE color: 6120651.

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

Color convert

RGB20310093-
CMYK00.510.540.20
HSL3.82º51.4%58.04%-
HSV(B)3.82º54.19%79.61%-
XYZ31.1622.613.08-
YUV130107.12180.07-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 100 (39.45% from 255) = 25.25%
BLUE value IS 93 (36.72% from 255) = 23.48%
R=51.26%
G=25.25%
B=23.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal2031009300.510.540.203.8251.458.04
HexCB645D03336144333a
Octal313144135063662446372
Binary1100101111001001011101011001111011010100100110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB645D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB645D; }

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

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

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

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

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

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

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

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