Html Css Color HEX #CB635D Indian Red

📋 copy color: '#CB635D'

red 203 ◦ green 99 ◦ blue 93

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

Shades of Indian Red #CB635D

Tints of Indian Red #CB635D

RGB

 RED value IS 203 (79.69% from 255) = 51.39%

 GREEN value IS 99 (39.06% from 255) = 25.06%

 BLUE value IS 93 (36.72% from 255) = 23.54%

R = 51.39%
G = 25.06%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.20

RGB Variations

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

Color information

#CB635D (or 0xCB635D) is known color: Indian Red. HEX triplet: CB, 63 and 5D. RGB value is (203,99,93). Sum of RGB (Red+Green+Blue) = 203+99+93=395 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.39% from 395); Green value is 99 (39.06% from 255 or 25.06% from 395); Blue value is 93 (36.72% from 255 or 23.54% from 395); Max value from RGB is 203 - color contains mainly: red. Hex color #CB635D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB635D is #349CA2. Grayscale: #818181. Windows color (decimal): -3447971 or 6120395. OLE color: 6120395.

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

Color convert

RGB 203 99 93 -
CMYK 0 0.51 0.54 0.20
HSL 3.27º 0.51% 0.58% -
HSV(B) 3.27º 0.54% 0.8% -
XYZ 31.07 22.41 13.04 -
YUV 129.41 107.46 180.49 -
System Red Green Blue C M Y K H S L
Decimal 203 99 93 0 0.51 0.54 0.20 3.27 0.51 0.58
Hex CB 63 5D 0 33 36 14 3 33 3A
Octal 313 143 135 0 63 66 24 3 63 72
Binary 11001011 1100011 1011101 0 110011 110110 10100 11 110011 111010

Color Harmonies of #CB635D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB635D

Black with #CB635D

Text Example


Text Example

White with #CB635D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB635D; }

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

 H1.HeaderClassName
 {
   color: #CB635D;
 }
 .AnyTagClassName
 {
   color: #CB635D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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