#CB625E

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

Shades of Indian Red #CB625E

Tints of Indian Red #CB625E

Color information

#CB625E (or 0xCB625E) is unknown color: approx Indian Red. HEX triplet: CB, 62 and 5E. RGB value is (203,98,94). Sum of RGB (Red+Green+Blue) = 203+98+94=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 98 (38.67% from 255 or 24.81% from 395); Blue value is 94 (37.11% from 255 or 23.80% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB625E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB625E is #349DA1. Grayscale: #818181. Windows color (decimal): -3448226 or 6185675. OLE color: 6185675.

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

Color convert

RGB2039894-
CMYK00.520.540.20
HSL2.2º51.17%58.24%-
HSV(B)2.2º53.69%79.61%-
XYZ31.0222.2413.25-
YUV128.94108.29180.83-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.39%
GREEN value IS 98 (38.67% from 255) = 24.81%
BLUE value IS 94 (37.11% from 255) = 23.80%
R=51.39%
G=24.81%
B=23.80%

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
Decimal203989400.520.540.202.251.1758.24
HexCB625E03436142333a
Octal313142136064662426372
Binary110010111100010101111001101001101101010010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB625E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB625E; }

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

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

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

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

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

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

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

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