Html Css Color HEX #CB6563 Indian Red

📋 copy color: '#CB6563'

red 203 ◦ green 101 ◦ blue 99

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

Shades of Indian Red #CB6563

Tints of Indian Red #CB6563

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.06%

 BLUE value IS 99 (39.06% from 255) = 24.57%

R = 50.37%
G = 25.06%
B = 24.57%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.51

 K value IS 0.20

RGB Variations

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

Color information

#CB6563 (or 0xCB6563) is known color: Indian Red. HEX triplet: CB, 65 and 63. RGB value is (203,101,99). Sum of RGB (Red+Green+Blue) = 203+101+99=403 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.37% from 403); Green value is 101 (39.84% from 255 or 25.06% from 403); Blue value is 99 (39.06% from 255 or 24.57% from 403); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6563 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6563 is #349A9C. Grayscale: #838383. Windows color (decimal): -3447453 or 6514123. OLE color: 6514123.

HSL color Cylindrical-coordinate representation of color #CB6563: hue angle of 1.15º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #CB6563 is Cyan = 0, Magento = 0.50, Yellow = 0.51 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 101 99 -
CMYK 0 0.50 0.51 0.20
HSL 1.15º 0.5% 0.59% -
HSV(B) 1.15º 0.51% 0.8% -
XYZ 31.53 22.9 14.56 -
YUV 131.27 109.79 179.16 -
System Red Green Blue C M Y K H S L
Decimal 203 101 99 0 0.50 0.51 0.20 1.15 0.5 0.59
Hex CB 65 63 0 32 33 14 1 32 3B
Octal 313 145 143 0 62 63 24 1 62 73
Binary 11001011 1100101 1100011 0 110010 110011 10100 1 110010 111011

Color Harmonies of #CB6563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6563

Black with #CB6563

Text Example


Text Example

White with #CB6563

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6563; }

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

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

background-color css

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

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

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

border-color css

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

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

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