Html Css Color HEX #CC645D Indian Red

📋 copy color: '#CC645D'

red 204 ◦ green 100 ◦ blue 93

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

Shades of Indian Red #CC645D

Tints of Indian Red #CC645D

RGB

 RED value IS 204 (80.08% from 255) = 51.39%

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

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

R = 51.39%
G = 25.19%
B = 23.43%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC645D (or 0xCC645D) is known color: Indian Red. HEX triplet: CC, 64 and 5D. RGB value is (204,100,93). Sum of RGB (Red+Green+Blue) = 204+100+93=397 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.39% from 397); Green value is 100 (39.45% from 255 or 25.19% from 397); Blue value is 93 (36.72% from 255 or 23.43% from 397); Max value from RGB is 204 - color contains mainly: red. Hex color #CC645D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC645D is #339BA2. Grayscale: #828282. Windows color (decimal): -3382179 or 6120652. OLE color: 6120652.

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

Color convert

RGB 204 100 93 -
CMYK 0 0.51 0.54 0.2
HSL 3.78º 0.52% 0.58% -
HSV(B) 3.78º 0.54% 0.8% -
XYZ 31.43 22.74 13.09 -
YUV 130.3 106.96 180.57 -
System Red Green Blue C M Y K H S L
Decimal 204 100 93 0 0.51 0.54 0.2 3.78 0.52 0.58
Hex CC 64 5D 0 33 36 14 4 34 3A
Octal 314 144 135 0 63 66 24 4 64 72
Binary 11001100 1100100 1011101 0 110011 110110 10100 100 110100 111010

Color Harmonies of #CC645D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC645D

Black with #CC645D

Text Example


Text Example

White with #CC645D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC645D; }

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

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

background-color css

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

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

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

border-color css

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

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

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