#CB625F

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

Shades of Indian Red #CB625F

Tints of Indian Red #CB625F

Color information

#CB625F (or 0xCB625F) is unknown color: approx Indian Red. HEX triplet: CB, 62 and 5F. RGB value is (203,98,95). Sum of RGB (Red+Green+Blue) = 203+98+95=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 98 (38.67% from 255 or 24.75% from 396); Blue value is 95 (37.5% from 255 or 23.99% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB625F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB625F is #349DA0. Grayscale: #818181. Windows color (decimal): -3448225 or 6251211. OLE color: 6251211.

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

Color convert

RGB2039895-
CMYK00.520.530.20
HSL1.67º50.94%58.43%-
HSV(B)1.67º53.2%79.61%-
XYZ31.0622.2613.49-
YUV129.05108.79180.74-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 51.26%
GREEN value IS 98 (38.67% from 255) = 24.75%
BLUE value IS 95 (37.5% from 255) = 23.99%
R=51.26%
G=24.75%
B=23.99%

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
Decimal203989500.520.530.201.6750.9458.43
HexCB625F03435142333a
Octal313142137064652426372
Binary110010111100010101111101101001101011010010110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CB625F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CB625F; }

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

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

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

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

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

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

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

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