Html Css Color HEX #CB625E Indian Red

📋 copy color: '#CB625E'

red 203 ◦ green 98 ◦ blue 94

#CB625E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Indian Red #CB625E

Tints of Indian Red #CB625E

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.8%

R = 51.39%
G = 24.81%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB625E (or 0xCB625E) is known color: 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

RGB 203 98 94 -
CMYK 0 0.52 0.54 0.20
HSL 2.2º 0.51% 0.58% -
HSV(B) 2.2º 0.54% 0.8% -
XYZ 31.02 22.24 13.25 -
YUV 128.94 108.29 180.83 -
System Red Green Blue C M Y K H S L
Decimal 203 98 94 0 0.52 0.54 0.20 2.2 0.51 0.58
Hex CB 62 5E 0 34 36 14 2 33 3A
Octal 313 142 136 0 64 66 24 2 63 72
Binary 11001011 1100010 1011110 0 110100 110110 10100 10 110011 111010

Color Harmonies of #CB625E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB625E

Black with #CB625E

Text Example


Text Example

White with #CB625E

Text Example


Text Example

HTML Codes & Css Web 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>