Html Css Color HEX #CC655E Indian Red

📋 copy color: '#CC655E'

red 204 ◦ green 101 ◦ blue 94

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

Shades of Indian Red #CC655E

Tints of Indian Red #CC655E

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.31%

 BLUE value IS 94 (37.11% from 255) = 23.56%

R = 51.13%
G = 25.31%
B = 23.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.54

 K value IS 0.2

RGB Variations

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

Color information

#CC655E (or 0xCC655E) is known color: Indian Red. HEX triplet: CC, 65 and 5E. RGB value is (204,101,94). Sum of RGB (Red+Green+Blue) = 204+101+94=399 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.13% from 399); Green value is 101 (39.84% from 255 or 25.31% from 399); Blue value is 94 (37.11% from 255 or 23.56% from 399); Max value from RGB is 204 - color contains mainly: red. Hex color #CC655E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC655E is #339AA1. Grayscale: #838383. Windows color (decimal): -3381922 or 6186444. OLE color: 6186444.

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

Color convert

RGB 204 101 94 -
CMYK 0 0.50 0.54 0.2
HSL 3.82º 0.52% 0.58% -
HSV(B) 3.82º 0.54% 0.8% -
XYZ 31.58 22.95 13.36 -
YUV 131 107.12 180.07 -
System Red Green Blue C M Y K H S L
Decimal 204 101 94 0 0.50 0.54 0.2 3.82 0.52 0.58
Hex CC 65 5E 0 32 36 14 4 34 3A
Octal 314 145 136 0 62 66 24 4 64 72
Binary 11001100 1100101 1011110 0 110010 110110 10100 100 110100 111010

Color Harmonies of #CC655E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CC655E

Black with #CC655E

Text Example


Text Example

White with #CC655E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CC655E; }

 p { color: rgb(204,101,94); }

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

background-color css

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

 a { background-color: rgb(204,101,94); }

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

border-color css

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

 span { border-color: rgb(204,101,94); }

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