Html Css Color HEX #CB6461 Indian Red

📋 copy color: '#CB6461'

red 203 ◦ green 100 ◦ blue 97

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

Shades of Indian Red #CB6461

Tints of Indian Red #CB6461

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25%

 BLUE value IS 97 (38.28% from 255) = 24.25%

R = 50.75%
G = 25%
B = 24.25%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.52

 K value IS 0.20

RGB Variations

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

Color information

#CB6461 (or 0xCB6461) is known color: Indian Red. HEX triplet: CB, 64 and 61. RGB value is (203,100,97). Sum of RGB (Red+Green+Blue) = 203+100+97=400 (52% of max value = 765). Red value is 203 (79.69% from 255 or 50.75% from 400); Green value is 100 (39.45% from 255 or 25% from 400); Blue value is 97 (38.28% from 255 or 24.25% from 400); Max value from RGB is 203 - color contains mainly: red. Hex color #CB6461 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB6461 is #349B9E. Grayscale: #828282. Windows color (decimal): -3447711 or 6382795. OLE color: 6382795.

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

Color convert

RGB 203 100 97 -
CMYK 0 0.51 0.52 0.20
HSL 1.7º 0.5% 0.59% -
HSV(B) 1.7º 0.52% 0.8% -
XYZ 31.34 22.67 14.03 -
YUV 130.46 109.12 179.74 -
System Red Green Blue C M Y K H S L
Decimal 203 100 97 0 0.51 0.52 0.20 1.7 0.5 0.59
Hex CB 64 61 0 33 34 14 2 32 3B
Octal 313 144 141 0 63 64 24 2 62 73
Binary 11001011 1100100 1100001 0 110011 110100 10100 10 110010 111011

Color Harmonies of #CB6461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB6461

Black with #CB6461

Text Example


Text Example

White with #CB6461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB6461; }

 p { color: rgb(203,100,97); }

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

background-color css

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

 a { background-color: rgb(203,100,97); }

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

border-color css

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

 span { border-color: rgb(203,100,97); }

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