#CB625D

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

Shades of Indian Red #CB625D

Tints of Indian Red #CB625D

Color information

#CB625D (or 0xCB625D) is unknown color: approx Indian Red. HEX triplet: CB, 62 and 5D. RGB value is (203,98,93). Sum of RGB (Red+Green+Blue) = 203+98+93=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 98 (38.67% from 255 or 24.87% from 394); Blue value is 93 (36.72% from 255 or 23.60% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB625D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB625D is #349DA2. Grayscale: #808080. Windows color (decimal): -3448227 or 6120139. OLE color: 6120139.

HSL color Cylindrical-coordinate representation of color #CB625D: hue angle of 2.73º 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 #CB625D is Cyan = 0, Magento = 0.52, Yellow = 0.54 and Black (K on CMYK) = 0.20.

Color convert

RGB2039893-
CMYK00.520.540.20
HSL2.73º51.4%58.04%-
HSV(B)2.73º54.19%79.61%-
XYZ30.9722.2213.01-
YUV128.82107.79180.91-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.52%
GREEN value IS 98 (38.67% from 255) = 24.87%
BLUE value IS 93 (36.72% from 255) = 23.60%
R=51.52%
G=24.87%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.54
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal203989300.520.540.202.7351.458.04
HexCB625D03436143333a
Octal313142135064662436372
Binary110010111100010101110101101001101101010011110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB625D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB625D; }

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

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

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

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

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

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

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

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