Html Css Color HEX #CB645D Indian Red

📋 copy color: '#CB645D'

red 203 ◦ green 100 ◦ blue 93

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

Shades of Indian Red #CB645D

Tints of Indian Red #CB645D

RGB

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

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

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

R = 51.26%
G = 25.25%
B = 23.48%

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

#CB645D (or 0xCB645D) is known color: Indian Red. HEX triplet: CB, 64 and 5D. RGB value is (203,100,93). Sum of RGB (Red+Green+Blue) = 203+100+93=396 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.26% from 396); Green value is 100 (39.45% from 255 or 25.25% from 396); Blue value is 93 (36.72% from 255 or 23.48% from 396); Max value from RGB is 203 - color contains mainly: red. Hex color #CB645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB645D is #349BA2. Grayscale: #828282. Windows color (decimal): -3447715 or 6120651. OLE color: 6120651.

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

Color convert

RGB 203 100 93 -
CMYK 0 0.51 0.54 0.20
HSL 3.82º 0.51% 0.58% -
HSV(B) 3.82º 0.54% 0.8% -
XYZ 31.16 22.6 13.08 -
YUV 130 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 203 100 93 0 0.51 0.54 0.20 3.82 0.51 0.58
Hex CB 64 5D 0 33 36 14 4 33 3A
Octal 313 144 135 0 63 66 24 4 63 72
Binary 11001011 1100100 1011101 0 110011 110110 10100 100 110011 111010

Color Harmonies of #CB645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CB645D

Black with #CB645D

Text Example


Text Example

White with #CB645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CB645D; }

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

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

background-color css

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

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

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

border-color css

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

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

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