Html Css Color HEX #CB635E Indian Red

📋 copy color: '#CB635E'

red 203 ◦ green 99 ◦ blue 94

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

Shades of Indian Red #CB635E

Tints of Indian Red #CB635E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.74%

R = 51.26%
G = 25%
B = 23.74%

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

#CB635E (or 0xCB635E) is known color: Indian Red. HEX triplet: CB, 63 and 5E. RGB value is (203,99,94). Sum of RGB (Red+Green+Blue) = 203+99+94=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 99 (39.06% from 255 or 25% from 396); Blue value is 94 (37.11% from 255 or 23.74% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB635E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB635E is #349CA1. Grayscale: #818181. Windows color (decimal): -3447970 or 6185931. OLE color: 6185931.

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

Color convert

RGB 203 99 94 -
CMYK 0 0.51 0.54 0.20
HSL 2.75º 0.51% 0.58% -
HSV(B) 2.75º 0.54% 0.8% -
XYZ 31.11 22.43 13.28 -
YUV 129.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 203 99 94 0 0.51 0.54 0.20 2.75 0.51 0.58
Hex CB 63 5E 0 33 36 14 3 33 3A
Octal 313 143 136 0 63 66 24 3 63 72
Binary 11001011 1100011 1011110 0 110011 110110 10100 11 110011 111010

Color Harmonies of #CB635E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB635E

Black with #CB635E

Text Example


Text Example

White with #CB635E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB635E; }

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

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

background-color css

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

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

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

border-color css

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

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

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