Html Css Color HEX #CD6764 Indian Red

📋 copy color: '#CD6764'

red 205 ◦ green 103 ◦ blue 100

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

Shades of Indian Red #CD6764

Tints of Indian Red #CD6764

RGB

 RED value IS 205 (80.47% from 255) = 50.25%

 GREEN value IS 103 (40.63% from 255) = 25.25%

 BLUE value IS 100 (39.45% from 255) = 24.51%

R = 50.25%
G = 25.25%
B = 24.51%

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

#CD6764 (or 0xCD6764) is known color: Indian Red. HEX triplet: CD, 67 and 64. RGB value is (205,103,100). Sum of RGB (Red+Green+Blue) = 205+103+100=408 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.25% from 408); Green value is 103 (40.62% from 255 or 25.25% from 408); Blue value is 100 (39.45% from 255 or 24.51% from 408); Max value from RGB is 205 - color contains mainly: red. Hex color #CD6764 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CD6764 is #32989B. Grayscale: #858585. Windows color (decimal): -3315868 or 6580173. OLE color: 6580173.

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

Color convert

RGB 205 103 100 -
CMYK 0 0.50 0.51 0.20
HSL 1.71º 0.51% 0.6% -
HSV(B) 1.71º 0.51% 0.8% -
XYZ 32.33 23.6 14.91 -
YUV 133.16 109.29 179.24 -
System Red Green Blue C M Y K H S L
Decimal 205 103 100 0 0.50 0.51 0.20 1.71 0.51 0.6
Hex CD 67 64 0 32 33 14 2 33 3C
Octal 315 147 144 0 62 63 24 2 63 74
Binary 11001101 1100111 1100100 0 110010 110011 10100 10 110011 111100

Color Harmonies of #CD6764

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD6764

Black with #CD6764

Text Example


Text Example

White with #CD6764

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD6764; }

 p { color: rgb(205,103,100); }

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

background-color css

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

 a { background-color: rgb(205,103,100); }

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

border-color css

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

 span { border-color: rgb(205,103,100); }

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