Html Css Color HEX #CC645F Indian Red

📋 copy color: '#CC645F'

red 204 ◦ green 100 ◦ blue 95

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

Shades of Indian Red #CC645F

Tints of Indian Red #CC645F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 23.81%

R = 51.13%
G = 25.06%
B = 23.81%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.53

 K value IS 0.2

RGB Variations

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

Color information

#CC645F (or 0xCC645F) is known color: Indian Red. HEX triplet: CC, 64 and 5F. RGB value is (204,100,95). Sum of RGB (Red+Green+Blue) = 204+100+95=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 100 (39.45% from 255 or 25.06% from 399); Blue value is 95 (37.5% from 255 or 23.81% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC645F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC645F is #339BA0. Grayscale: #828282. Windows color (decimal): -3382177 or 6251724. OLE color: 6251724.

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

Color convert

RGB 204 100 95 -
CMYK 0 0.51 0.53 0.2
HSL 2.75º 0.52% 0.59% -
HSV(B) 2.75º 0.53% 0.8% -
XYZ 31.52 22.78 13.56 -
YUV 130.53 107.96 180.41 -
System Red Green Blue C M Y K H S L
Decimal 204 100 95 0 0.51 0.53 0.2 2.75 0.52 0.59
Hex CC 64 5F 0 33 35 14 3 34 3B
Octal 314 144 137 0 63 65 24 3 64 73
Binary 11001100 1100100 1011111 0 110011 110101 10100 11 110100 111011

Color Harmonies of #CC645F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC645F

Black with #CC645F

Text Example


Text Example

White with #CC645F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC645F; }

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

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

background-color css

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

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

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

border-color css

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

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

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